public class DoccatFactory extends BaseToolFactory
| Constructor and Description | 
|---|
| DoccatFactory()Creates a  DoccatFactorythat provides the default implementation of
 the resources. | 
| DoccatFactory(FeatureGenerator[] featureGenerators) | 
| Modifier and Type | Method and Description | 
|---|---|
| static DoccatFactory | create(String subclassName,
      FeatureGenerator[] featureGenerators) | 
| Map<String,String> | createManifestEntries()Creates the manifest entries that will be added to the model manifest | 
| FeatureGenerator[] | getFeatureGenerators() | 
| void | setFeatureGenerators(FeatureGenerator[] featureGenerators) | 
| void | validateArtifactMap()Validates the parsed artifacts. | 
create, create, createArtifactMap, createArtifactSerializersMappublic DoccatFactory()
DoccatFactory that provides the default implementation of
 the resources.public DoccatFactory(FeatureGenerator[] featureGenerators)
public Map<String,String> createManifestEntries()
BaseToolFactorycreateManifestEntries in class BaseToolFactorypublic void validateArtifactMap()
                         throws InvalidFormatException
BaseToolFactoryInvalidFormatException.
 Note:
 Subclasses should generally invoke super.validateArtifactMap at the beginning
 of this method.validateArtifactMap in class BaseToolFactoryInvalidFormatExceptionpublic static DoccatFactory create(String subclassName, FeatureGenerator[] featureGenerators) throws InvalidFormatException
InvalidFormatExceptionpublic FeatureGenerator[] getFeatureGenerators()
public void setFeatureGenerators(FeatureGenerator[] featureGenerators)
Copyright © 2018 The Apache Software Foundation. All rights reserved.