com.ibm.wsspi.al
Interface LocatorDefinition
- public interface LocatorDefinition
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
This is copyright for this class / interface
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getEnvironments()
Method to find out the environments this locator supports.
|
|
getImplementation()
Method to get the complete instantiable class name of the locator implementation.
|
|
getMimes()
Method to find out the supported mimes by this locator.
|
|
getName()
Method to get the name of the locator implementation.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
This is copyright for this class / interface
See Also:
Method Detail
getName
- java.lang.String getName()
Method to get the name of the locator implementation.
Returns:
Returns the name of the locator implementation.
getImplementation
- java.lang.String getImplementation( )
Method to get the complete instantiable class name of the locator implementation.
Returns:
Returns the class name of the locator implementation.
getMimes
- java.util.List getMimes()
Method to find out the supported mimes by this locator.
Returns:
Returns the mimes supported by the locator implementation.
getEnvironments
- java.util.List getEnvironments( )
Method to find out the environments this locator supports.
Returns:
Returns the list of environments that this locator works in.