public class ChunkerFactory extends BaseToolFactory
Constructor and Description |
---|
ChunkerFactory()
Creates a
ChunkerFactory that provides the default implementation
of the resources. |
Modifier and Type | Method and Description |
---|---|
static ChunkerFactory |
create(String subclassName) |
ChunkerContextGenerator |
getContextGenerator() |
SequenceValidator<String> |
getSequenceValidator() |
void |
validateArtifactMap()
Validates the parsed artifacts.
|
create, create, createArtifactMap, createArtifactSerializersMap, createManifestEntries
public ChunkerFactory()
ChunkerFactory
that provides the default implementation
of the resources.public static ChunkerFactory create(String subclassName) throws InvalidFormatException
InvalidFormatException
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 SequenceValidator<String> getSequenceValidator()
public ChunkerContextGenerator getContextGenerator()
Copyright © 2017 The Apache Software Foundation. All rights reserved.