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 classDefaultLocalPathPrefixComposerFactoryDefault local path prefix composer factory: it fully reusesLocalPathPrefixComposerFactorySupportclass without changing anything from it.classLocalPathPrefixComposerFactorySupportSupport class forLocalPathPrefixComposerFactoryimplementations: it predefines and makes re-usable common configuration getters, and defines a support class forLocalPathPrefixComposercarrying 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)
-