Package com.helger.pdflayout
Class PLConfig
- java.lang.Object
-
- com.helger.pdflayout.PLConfig
-
@Immutable public final class PLConfig extends Object
Contains global configuration constants.- Author:
- Philip Helger
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROJECT_NAMEProject namestatic StringPROJECT_URLProject URLstatic StringPROJECT_VERSIONCurrent version - from properties file
-
-
-
Field Detail
-
PROJECT_NAME
public static final String PROJECT_NAME
Project name- See Also:
- Constant Field Values
-
PROJECT_URL
public static final String PROJECT_URL
Project URL- See Also:
- Constant Field Values
-
PROJECT_VERSION
public static final String PROJECT_VERSION
Current version - from properties file
-
-