Interface InitTabFactory
public interface InitTabFactory
A factory for creating entries for the init tab manager.
- Author:
- Ulrich Kreher
-
Method Summary
Modifier and TypeMethodDescriptioncreateInitTabEntry(int id, InitType initType, int level, UUID templateID, boolean forking, String comment, boolean enabled) Creates a new init tab entry for providing it to the init tab manager.
-
Method Details
-
createInitTabEntry
InitTabEntry createInitTabEntry(int id, InitType initType, int level, UUID templateID, boolean forking, String comment, boolean enabled) Creates a new init tab entry for providing it to the init tab manager.- Parameters:
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.- Returns:
- A new init tab entry for providing it to the init tab manager.
-