|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hivemind.definition.impl.ExtensionDefinitionImpl
public class ExtensionDefinitionImpl
Default implementation of ExtensionDefinition
.
Constructor Summary | |
---|---|
ExtensionDefinitionImpl(ModuleDefinition module)
|
|
ExtensionDefinitionImpl(ModuleDefinition module,
Location location)
|
Method Summary | |
---|---|
Location |
getLocation()
Returns the location from which
this object orginates, or null if not known. |
ModuleDefinition |
getModule()
|
java.lang.String |
getModuleId()
|
void |
setLocation(Location location)
Sets the location of the extension. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtensionDefinitionImpl(ModuleDefinition module)
public ExtensionDefinitionImpl(ModuleDefinition module, Location location)
Method Detail |
---|
public java.lang.String getModuleId()
getModuleId
in interface ExtensionDefinition
ExtensionDefinition.getModuleId()
public ModuleDefinition getModule()
getModule
in interface ExtensionDefinition
ExtensionDefinition.getModule()
public Location getLocation()
Locatable
location
from which
this object orginates, or null if not known.
getLocation
in interface Locatable
Locatable.getLocation()
public void setLocation(Location location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |