Interface ClassSource_Specification_Direct

All Superinterfaces:
ClassSource_Specification
All Known Subinterfaces:
ClassSource_Specification_Direct_Bundle, ClassSource_Specification_Direct_EJB, ClassSource_Specification_Direct_WAR

public interface ClassSource_Specification_Direct extends ClassSource_Specification
  • Method Details

    • getImmediatePath

      String getImmediatePath()
    • setImmediatePath

      void setImmediatePath(String immediatePath)
    • getApplicationLibraryPath

      String getApplicationLibraryPath()
    • setApplicationLibraryPath

      void setApplicationLibraryPath(String applicationLibraryPath)
    • getApplicationLibraryJarPaths

      List<String> getApplicationLibraryJarPaths()
    • addApplicationLibraryJarPath

      void addApplicationLibraryJarPath(String applicationLibraryJarPath)
    • addApplicationLibraryJarPaths

      void addApplicationLibraryJarPaths(List<String> applicationLibraryJarPaths)
    • getManifestJarPaths

      List<String> getManifestJarPaths()
    • addManifestJarPath

      void addManifestJarPath(String manifestJarPath)
    • addManifestJarPaths

      void addManifestJarPaths(List<String> manifestJarPaths)