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.org.eclipse.aether.supplier -
-
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.Fields in org.eclipse.aether.internal.impl declared as LocalPathPrefixComposerFactory Modifier and Type Field Description private LocalPathPrefixComposerFactory
EnhancedLocalRepositoryManagerFactory. localPathPrefixComposerFactory
Constructors in org.eclipse.aether.internal.impl with parameters of type LocalPathPrefixComposerFactory Constructor Description EnhancedLocalRepositoryManagerFactory(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory)
-
Uses of LocalPathPrefixComposerFactory in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return LocalPathPrefixComposerFactory Modifier and Type Method Description protected LocalPathPrefixComposerFactory
RepositorySystemSupplier. getLocalPathPrefixComposerFactory()
Methods in org.eclipse.aether.supplier with parameters of type LocalPathPrefixComposerFactory Modifier and Type Method Description protected LocalRepositoryProvider
RepositorySystemSupplier. getLocalRepositoryProvider(LocalPathComposer localPathComposer, TrackingFileManager trackingFileManager, LocalPathPrefixComposerFactory localPathPrefixComposerFactory)
-