public interface InitTabEntry extends UserAttributeContainer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Returns a descriptive comment for the entry.
|
int |
getID()
Gets the internal ID of the entry.
|
InitType |
getInitType()
Returns the init type of
|
int |
getLevel()
Returns the level of the entry.
|
java.util.UUID |
getTemplateID()
Returns the template ID of the init tab entry.
|
boolean |
isEnabled()
Returns true, if the entry is enabled, ie. the template will be
executed.
|
boolean |
isForking()
Returns true, if the instance should fork, false if init should
wait until it is completed.
|
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValueint getID()
InitType getInitType()
int getLevel()
java.util.UUID getTemplateID()
boolean isForking()
InitType.BOOT.java.lang.String getComment()
boolean isEnabled()