public interface LocatorDefinition
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
This is copyright for this class / interface
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String COPYRIGHT
java.lang.String getName()
java.lang.String getImplementation()
java.util.List getMimes()
java.util.List getEnvironments()