Interface ClassSource_Specification_Direct_WAR
- All Superinterfaces:
ClassSource_Specification
,ClassSource_Specification_Direct
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addWARIncludedJarPath
(String includedJarPath) void
addWARIncludedJarPaths
(Set<String> includedJarPaths) void
addWARLibraryJarPath
(String warLibraryJarPath) void
addWARLibraryJarPaths
(List<String> warLibraryJarPaths) boolean
void
setUseWARLibraryJarPaths
(boolean useWARLibraryJarPaths) void
setWARClassesPath
(String warClassesPath) void
setWARLibraryPath
(String warLibraryPath) Methods inherited from interface com.ibm.ws.anno.classsource.specification.ClassSource_Specification
createClassSource, getFactory, getHashText, log, logState
Methods inherited from interface com.ibm.ws.anno.classsource.specification.ClassSource_Specification_Direct
addApplicationLibraryJarPath, addApplicationLibraryJarPaths, addManifestJarPath, addManifestJarPaths, getApplicationLibraryJarPaths, getApplicationLibraryPath, getImmediatePath, getManifestJarPaths, setApplicationLibraryPath, setImmediatePath
-
Method Details
-
getWARClassesPath
String getWARClassesPath() -
setWARClassesPath
-
getWARLibraryPath
String getWARLibraryPath() -
setWARLibraryPath
-
getUseWARLibraryJarPaths
boolean getUseWARLibraryJarPaths() -
setUseWARLibraryJarPaths
void setUseWARLibraryJarPaths(boolean useWARLibraryJarPaths) -
getWARLibraryJarPaths
-
addWARLibraryJarPath
-
addWARLibraryJarPaths
-
getWARIncludedJarPaths
-
addWARIncludedJarPath
-
addWARIncludedJarPaths
-