com.ptc.epm.commands.util
Class ECADProperties
java.lang.Object
com.ptc.epm.commands.util.ECADProperties
- public class ECADProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERBOSE
public static final String VERBOSE
- See Also:
- Constant Field Values
CREATE_PARTS
public static final String CREATE_PARTS
- See Also:
- Constant Field Values
AUTONUMBERING_PARTS
public static final String AUTONUMBERING_PARTS
- See Also:
- Constant Field Values
CREATE_SCHEMATIC
public static final String CREATE_SCHEMATIC
- See Also:
- Constant Field Values
CREATE_SCHEMATIC_PART
public static final String CREATE_SCHEMATIC_PART
- See Also:
- Constant Field Values
UPLOAD_FULL_ZIP_TO_SOURCE
public static final String UPLOAD_FULL_ZIP_TO_SOURCE
- See Also:
- Constant Field Values
UPLOAD_FULL_ZIP_TO_SOURCE_DEFAULT_VALUE
public static final boolean UPLOAD_FULL_ZIP_TO_SOURCE_DEFAULT_VALUE
- See Also:
- Constant Field Values
ASSEMBLY_PART_TYPE
public static final String ASSEMBLY_PART_TYPE
- See Also:
- Constant Field Values
BOARD_PART_TYPE
public static final String BOARD_PART_TYPE
- See Also:
- Constant Field Values
SCHEMATIC_PART_TYPE
public static final String SCHEMATIC_PART_TYPE
- See Also:
- Constant Field Values
COMPONENT_PART_TYPE
public static final String COMPONENT_PART_TYPE
- See Also:
- Constant Field Values
PART_HELPER_DELEGATE
public static final String PART_HELPER_DELEGATE
- See Also:
- Constant Field Values
PART_LIFECYCLE
public static final String PART_LIFECYCLE
- See Also:
- Constant Field Values
PART_VIEW
public static final String PART_VIEW
- See Also:
- Constant Field Values
CREATE_COMPONENTS
public static final String CREATE_COMPONENTS
- See Also:
- Constant Field Values
DOC_LIFECYCLE
public static final String DOC_LIFECYCLE
- See Also:
- Constant Field Values
properties
private static Properties properties
ECADProperties
public ECADProperties()
getProperty
public static String getProperty(String key)
getProperty
public static String getProperty(String key,
String defaultValue)
getProperty
public static boolean getProperty(String key,
boolean defaultValue)
getProperty
public static int getProperty(String key,
int defaultValue)