Package | Description |
---|---|
org.cytoscape.property |
This package provides a general property service interface for providing access
to different types of property objects as OSGi services.
|
Modifier and Type | Field and Description |
---|---|
protected CyProperty.SavePolicy |
AbstractConfigDirPropsReader.savePolicy
The SavePolicy of this CyProperty.
|
Modifier and Type | Method and Description |
---|---|
CyProperty.SavePolicy |
SimpleCyProperty.getSavePolicy()
Returns the
CyProperty.SavePolicy of the CyProperty. |
CyProperty.SavePolicy |
CyProperty.getSavePolicy()
Returns the
CyProperty.SavePolicy of the CyProperty. |
CyProperty.SavePolicy |
AbstractConfigDirPropsReader.getSavePolicy()
Returns the
CyProperty.SavePolicy of the CyProperty. |
static CyProperty.SavePolicy |
CyProperty.SavePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CyProperty.SavePolicy[] |
CyProperty.SavePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractConfigDirPropsReader(String name,
String propFileName,
CyProperty.SavePolicy savePolicy)
Creates a new AbstractConfigDirPropsReader object.
|
SimpleCyProperty(String name,
P properties,
Class<? extends P> propertyType,
CyProperty.SavePolicy savePolicy)
Properties is a non-null Properties object that this CyProperty object
should encapsulate.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.