Package com.ibm.wsspi.anno.classsource
Interface ClassSource_MappedContainer
- All Superinterfaces:
- ClassSource
- 
Field SummaryFields inherited from interface com.ibm.wsspi.anno.classsource.ClassSourceCLASS_EXTENSION, CLASS_SEPARATOR_CHAR, INNER_CLASS_SEPARATOR, RESOURCE_SEPARATOR_CHAR, RESOURCE_SEPARATOR_STRING
- 
Method SummaryModifier and TypeMethodDescriptioncom.ibm.wsspi.adaptable.module.ContainerbooleaninconvertResourceName(String externalResourceName) Optional API for processing which uses an alternate form for resources.outconvertResourceName(String internalResourceName) Optional API for processing which uses an alternate form for resources.Methods inherited from interface com.ibm.wsspi.anno.classsource.ClassSourceclose, closeClassStream, closeResourceStream, getCanonicalName, getClassExclusionCount, getClassInclusionCount, getClassNameFromResourceName, getFactory, getHashText, getInternMap, getName, getOptions, getParentSource, getResourceExclusionCount, getResourceNameFromClassName, getResult, getScanResults, isClassResource, isDirectoryResource, isProcessedUsingJandex, log, logState, open, openClassStream, openResourceStream, resourceAppend, scanClasses, scanReferencedClass, scanSpecificSeedClass, setParentSource
- 
Method Details- 
getContainercom.ibm.wsspi.adaptable.module.Container getContainer()
- 
getConvertResourceNamesboolean getConvertResourceNames()
- 
inconvertResourceNameDescription copied from interface:ClassSourceOptional API for processing which uses an alternate form for resources. For example, directory based processing may change the resource separator to a platform specific separator. - Specified by:
- inconvertResourceNamein interface- ClassSource
- Parameters:
- externalResourceName- The external form of the resource.
- Returns:
- The internal form of the resource.
 
- 
outconvertResourceNameDescription copied from interface:ClassSourceOptional API for processing which uses an alternate form for resources. For example, directory based processing may change the resource separator to a platform specific separator. - Specified by:
- outconvertResourceNamein interface- ClassSource
- Parameters:
- internalResourceName- The internal form of the resource.
- Returns:
- The external form of the resource.
 
 
-