Interface ClassSource_Specification_Direct_WAR

All Superinterfaces:
ClassSource_Specification, ClassSource_Specification_Direct

public interface ClassSource_Specification_Direct_WAR extends ClassSource_Specification_Direct
  • Method Details

    • getWARClassesPath

      String getWARClassesPath()
    • setWARClassesPath

      void setWARClassesPath(String warClassesPath)
    • getWARLibraryPath

      String getWARLibraryPath()
    • setWARLibraryPath

      void setWARLibraryPath(String warLibraryPath)
    • getUseWARLibraryJarPaths

      boolean getUseWARLibraryJarPaths()
    • setUseWARLibraryJarPaths

      void setUseWARLibraryJarPaths(boolean useWARLibraryJarPaths)
    • getWARLibraryJarPaths

      List<String> getWARLibraryJarPaths()
    • addWARLibraryJarPath

      void addWARLibraryJarPath(String warLibraryJarPath)
    • addWARLibraryJarPaths

      void addWARLibraryJarPaths(List<String> warLibraryJarPaths)
    • getWARIncludedJarPaths

      Set<String> getWARIncludedJarPaths()
    • addWARIncludedJarPath

      void addWARIncludedJarPath(String includedJarPath)
    • addWARIncludedJarPaths

      void addWARIncludedJarPaths(Set<String> includedJarPaths)