public interface InitTabFactory
| Modifier and Type | Method and Description |
|---|---|
InitTabEntry |
createInitTabEntry(int id,
InitType initType,
int level,
java.util.UUID templateID,
boolean forking,
java.lang.String comment,
boolean enabled)
Creates a new init tab entry for providing it to the init tab manager.
|
InitTabEntry createInitTabEntry(int id, InitType initType, int level, java.util.UUID templateID, boolean forking, java.lang.String comment, boolean enabled)
id - The internal ID of the entry.initType - The type of init.level - The level of the entry.templateID - The ID of the template to be executed.forking - Whether the corresponding instance should fork.comment - A descriptive comment.enabled - Whether the entry is enabled.