Uses of Interface
org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactory
-
Packages that use LocalPathPrefixComposerFactory Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system. -
-
Uses of LocalPathPrefixComposerFactory in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement LocalPathPrefixComposerFactory Modifier and Type Class Description class
DefaultLocalPathPrefixComposerFactory
Default local path prefix composer factory: it fully reusesLocalPathPrefixComposerFactorySupport
class without changing anything from it.class
LocalPathPrefixComposerFactorySupport
Support class forLocalPathPrefixComposerFactory
implementations: it predefines and makes re-usable common configuration getters, and defines a support class forLocalPathPrefixComposer
carrying same configuration and providing default implementation for all methods.Constructors in org.eclipse.aether.internal.impl with parameters of type LocalPathPrefixComposerFactory Constructor Description EnhancedLocalRepositoryManagerFactory(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory)
-