Class LocalPathPrefixComposerFactorySupport

java.lang.Object
org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupport
All Implemented Interfaces:
LocalPathPrefixComposerFactory
Direct Known Subclasses:
DefaultLocalPathPrefixComposerFactory

Support class for LocalPathPrefixComposerFactory implementations: it predefines and makes re-usable common configuration getters, and defines a support class for LocalPathPrefixComposer carrying same configuration and providing default implementation for all methods. Implementors should extend this class to implement custom split strategies. If one needs to alter default configuration, they should override any configuration getter from this class.
Since:
1.8.1
See Also: