Package org.commonjava.indy.folo.ctl
Class FoloConstants
- java.lang.Object
-
- org.commonjava.indy.folo.ctl.FoloConstants
-
public class FoloConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFoloConstants.TRACKING_TYPE
-
Field Summary
Fields Modifier and Type Field Description static StringACCESS_CHANNELstatic StringALLstatic StringLEGACYstatic StringORIGIN_PATHstatic StringTRACKING_KEY
-
Constructor Summary
Constructors Constructor Description FoloConstants()
-
-
-
Field Detail
-
TRACKING_KEY
public static final String TRACKING_KEY
- See Also:
- Constant Field Values
-
ACCESS_CHANNEL
public static final String ACCESS_CHANNEL
- See Also:
- Constant Field Values
-
ALL
public static final String ALL
- See Also:
- Constant Field Values
-
LEGACY
public static final String LEGACY
- See Also:
- Constant Field Values
-
ORIGIN_PATH
public static final String ORIGIN_PATH
- See Also:
- Constant Field Values
-
-