public class FeaturesCollection extends Object
| Constructor and Description |
|---|
FeaturesCollection()
Constructs new object
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNewError(FeaturesObjectTypesEnum type,
String errorID)
Add new error to feature type
|
void |
addNewFeatureTree(FeaturesObjectTypesEnum type,
FeatureTreeNode root)
Add new feature tree for a type
|
List<String> |
getErrorsForType(FeaturesObjectTypesEnum type)
Gets list of feature trees for the type
|
List<FeatureTreeNode> |
getFeatureTreesForType(FeaturesObjectTypesEnum type)
Gets list of feature trees for the type
|
public void addNewFeatureTree(FeaturesObjectTypesEnum type, FeatureTreeNode root)
type - type of feature objectroot - root element of a feature treepublic List<FeatureTreeNode> getFeatureTreesForType(FeaturesObjectTypesEnum type)
type - type of the feature objectpublic void addNewError(FeaturesObjectTypesEnum type, String errorID)
type - type of feature objecterrorID - errorIDpublic List<String> getErrorsForType(FeaturesObjectTypesEnum type)
type - type of the feature objectCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.