public class DoccatFactory extends BaseToolFactory
Constructor and Description |
---|
DoccatFactory()
Creates a
DoccatFactory that 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, createArtifactSerializersMap
public DoccatFactory()
DoccatFactory
that provides the default implementation of
the resources.public DoccatFactory(FeatureGenerator[] featureGenerators)
public Map<String,String> createManifestEntries()
BaseToolFactory
createManifestEntries
in class BaseToolFactory
public void validateArtifactMap() throws InvalidFormatException
BaseToolFactory
InvalidFormatException
.
Note:
Subclasses should generally invoke super.validateArtifactMap at the beginning
of this method.validateArtifactMap
in class BaseToolFactory
InvalidFormatException
public static DoccatFactory create(String subclassName, FeatureGenerator[] featureGenerators) throws InvalidFormatException
InvalidFormatException
public FeatureGenerator[] getFeatureGenerators()
public void setFeatureGenerators(FeatureGenerator[] featureGenerators)
Copyright © 2020 The Apache Software Foundation. All rights reserved.