public class ChunkerFactory extends BaseToolFactory
| Constructor and Description | 
|---|
| ChunkerFactory()Creates a  ChunkerFactorythat provides the default implementation
 of the resources. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ChunkerFactory | create(String subclassName) | 
| ChunkerContextGenerator | getContextGenerator() | 
| SequenceValidator<TokenTag> | getSequenceValidator() | 
| void | validateArtifactMap()Validates the parsed artifacts. | 
create, create, createArtifactMap, createArtifactSerializersMap, createManifestEntriespublic ChunkerFactory()
ChunkerFactory that provides the default implementation
 of the resources.public static ChunkerFactory create(String subclassName) throws InvalidFormatException
InvalidFormatExceptionpublic void validateArtifactMap()
                         throws InvalidFormatException
BaseToolFactoryInvalidFormatException.
 Note:
 Subclasses should generally invoke super.validateArtifactMap at the beginning
 of this method.validateArtifactMap in class BaseToolFactoryInvalidFormatExceptionpublic SequenceValidator<TokenTag> getSequenceValidator()
public ChunkerContextGenerator getContextGenerator()
Copyright © 2018 The Apache Software Foundation. All rights reserved.