|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocatorDefinition
This is the interface that locator definitions need to implement. This interface is actually the java representation of the corresponding emf model that gets generated when configuration file for the artifactloader is loaded in the memory. In the configuration file there is a locator definition for each locator that is available. That definition has some properties and in this interface there are get methods specified for those properties.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
This is copyright for this class / interface |
Method Summary | |
---|---|
java.util.List |
getEnvironments()
Method to find out the environments this locator supports. |
java.lang.String |
getImplementation()
Method to get the complete instantiable class name of the locator implementation. |
java.util.List |
getMimes()
Method to find out the supported mimes by this locator. |
java.lang.String |
getName()
Method to get the name of the locator implementation. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
java.lang.String getImplementation()
java.util.List getMimes()
java.util.List getEnvironments()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |