Package org.onehippo.repository.branch
Class BranchConstants
- java.lang.Object
-
- org.onehippo.repository.branch.BranchConstants
-
public final class BranchConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
MASTER_BRANCH_ID
static String
MASTER_BRANCH_LABEL_PUBLISHED
static String
MASTER_BRANCH_LABEL_UNPUBLISHED
-
-
-
Field Detail
-
MASTER_BRANCH_ID
public static final String MASTER_BRANCH_ID
- See Also:
- Constant Field Values
-
MASTER_BRANCH_LABEL_PUBLISHED
public static final String MASTER_BRANCH_LABEL_PUBLISHED
- See Also:
- Constant Field Values
-
MASTER_BRANCH_LABEL_UNPUBLISHED
public static final String MASTER_BRANCH_LABEL_UNPUBLISHED
- See Also:
- Constant Field Values
-
-