Class ModuleInfo
java.lang.Object
org.tentackle.common.ModuleInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHook()Gets the module hook.Gets the module.intGets the module ordinal.
Higher values come first in module order.Gets the names of the required modules.Gets the URL path of the hook's module.voidsetOrdinal(int ordinal) Sets the ordinal.
Higher values come first in module order.toString()
-
Constructor Details
-
ModuleInfo
-
-
Method Details
-
getHook
-
getUrlPath
-
getModule
-
getRequiredModuleNames
-
getOrdinal
public int getOrdinal()Gets the module ordinal.
Higher values come first in module order.- Returns:
- the ordinal
-
setOrdinal
public void setOrdinal(int ordinal) Sets the ordinal.
Higher values come first in module order.- Parameters:
ordinal- the ordinal
-
toString
-