- AbstractContentGenerator - Class in org.commonjava.indy.content
-
- AbstractContentGenerator() - Constructor for class org.commonjava.indy.content.AbstractContentGenerator
-
- AbstractIndyEvent - Class in org.commonjava.indy.change.event
-
Base class for events related to changes in Indy ArtifactStore definitions.
- AbstractIndyEvent(EventMetadata, Collection<ArtifactStore>) - Constructor for class org.commonjava.indy.change.event.AbstractIndyEvent
-
- AbstractIndyEvent(EventMetadata, ArtifactStore...) - Constructor for class org.commonjava.indy.change.event.AbstractIndyEvent
-
- AbstractStoreDeleteEvent - Class in org.commonjava.indy.change.event
-
Abstract event triggered when one or more ArtifactStore definitions are deleted.
- AbstractStoreDeleteEvent(EventMetadata, Map<ArtifactStore, Transfer>) - Constructor for class org.commonjava.indy.change.event.AbstractStoreDeleteEvent
-
- ACCEPT_ANY - Static variable in class org.commonjava.indy.util.AcceptInfo
-
- AcceptInfo - Class in org.commonjava.indy.util
-
- AcceptInfo(String, String, String) - Constructor for class org.commonjava.indy.util.AcceptInfo
-
- AcceptInfoParser - Class in org.commonjava.indy.util
-
IN: application/indy-v1+json
OUT:
AcceptInfo with raw equal to that given above, base = application/indy+json, version=v1
- AcceptInfoParser() - Constructor for class org.commonjava.indy.util.AcceptInfoParser
-
- ACCESS_CHANNEL - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- addChanged() - Method in class org.commonjava.indy.util.ChangeSynchronizer
-
- addCustomDataToJsonMap(Map<String, Object>, ILoggingEvent) - Method in class org.commonjava.indy.CustomJsonLayout
-
- AFFECTED_GROUPS - Static variable in interface org.commonjava.indy.data.StoreDataManager
-
We calculate and pass the affected groups through different modules, e.g, in case of promotion.
- affectedBy(Collection<StoreKey>) - Method in interface org.commonjava.indy.data.StoreDataManager
-
- affectedBy(Collection<StoreKey>, EventMetadata) - Method in interface org.commonjava.indy.data.StoreDataManager
-
Get affected-by groups from event metadata if provided.
- AllEventsListener - Class in org.commonjava.indy.change
-
Debugging event listener to simply spit each event out to the system console.
- AllEventsListener() - Constructor for class org.commonjava.indy.change.AllEventsListener
-
- ALLOWED_SSL - Static variable in class org.commonjava.indy.data.StoreValidationConstants
-
- allowsDeletion() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- allowsDeletion() - Method in class org.commonjava.indy.model.galley.GroupLocation
-
- allowsDeletion() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- allowsDownloading() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- allowsDownloading() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- allowsPublishing() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- allowsPublishing() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- allowsReleases() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- allowsReleases() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- allowsSnapshots() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- allowsSnapshots() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- allowsStoring() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- allowsStoring() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- AlternativeUserLifecycleManager - Class in org.commonjava.indy.action.fixture
-
The default implementation for UserLifecycleManager is in core.
- AlternativeUserLifecycleManager() - Constructor for class org.commonjava.indy.action.fixture.AlternativeUserLifecycleManager
-
- ANY - Static variable in class org.commonjava.indy.util.AcceptInfo
-
- APP_ID - Static variable in class org.commonjava.indy.util.AcceptInfoParser
-
- APPEND_DEFAULTS_TO_MAIN_CONF - Static variable in interface org.commonjava.indy.conf.IndyConfigInfo
-
- application_7z - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- application_ar - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- application_gzip - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- application_jar - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- application_javascript - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- application_json - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- application_rar - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- application_tar - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- application_xml - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- application_zip - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- ApplicationContent - Class in org.commonjava.indy.util
-
- ApplicationHeader - Enum in org.commonjava.indy.util
-
- ApplicationStatus - Enum in org.commonjava.indy.util
-
- APROX_CONFIG_DIR_PROP - Static variable in interface org.commonjava.indy.conf.IndyConfigFactory
-
Deprecated.
- APROX_CONFIG_PATH_PROP - Static variable in interface org.commonjava.indy.conf.IndyConfigFactory
-
Deprecated.
- APROX_HOME_PROP - Static variable in interface org.commonjava.indy.conf.IndyConfigFactory
-
Deprecated.
- ArtifactStoreDeletePostEvent - Class in org.commonjava.indy.change.event
-
Event signaling the deletion of one or more ArtifactStore instances is COMPLETE.
- ArtifactStoreDeletePostEvent(EventMetadata, Map<ArtifactStore, Transfer>) - Constructor for class org.commonjava.indy.change.event.ArtifactStoreDeletePostEvent
-
- ArtifactStoreDeletePreEvent - Class in org.commonjava.indy.change.event
-
Event signaling the deletion of one or more ArtifactStore instances is ABOUT TO HAPPEN.
- ArtifactStoreDeletePreEvent(EventMetadata, Map<ArtifactStore, Transfer>) - Constructor for class org.commonjava.indy.change.event.ArtifactStoreDeletePreEvent
-
- ArtifactStoreEnablementEvent - Class in org.commonjava.indy.change.event
-
Created by jdcasey on 5/2/16.
- ArtifactStoreEnablementEvent(boolean, EventMetadata, boolean, ArtifactStore...) - Constructor for class org.commonjava.indy.change.event.ArtifactStoreEnablementEvent
-
- ArtifactStorePostRescanEvent - Class in org.commonjava.indy.change.event
-
- ArtifactStorePostRescanEvent(EventMetadata, ArtifactStore) - Constructor for class org.commonjava.indy.change.event.ArtifactStorePostRescanEvent
-
- ArtifactStorePostRescanEvent(EventMetadata, Collection<ArtifactStore>) - Constructor for class org.commonjava.indy.change.event.ArtifactStorePostRescanEvent
-
- ArtifactStorePostUpdateEvent - Class in org.commonjava.indy.change.event
-
Event signaling that one or more specified ArtifactStore instances' configurations were changed.
- ArtifactStorePostUpdateEvent(ArtifactStoreUpdateType, EventMetadata, Map<ArtifactStore, ArtifactStore>) - Constructor for class org.commonjava.indy.change.event.ArtifactStorePostUpdateEvent
-
- ArtifactStorePreRescanEvent - Class in org.commonjava.indy.change.event
-
- ArtifactStorePreRescanEvent(EventMetadata, ArtifactStore) - Constructor for class org.commonjava.indy.change.event.ArtifactStorePreRescanEvent
-
- ArtifactStorePreRescanEvent(EventMetadata, Collection<ArtifactStore>) - Constructor for class org.commonjava.indy.change.event.ArtifactStorePreRescanEvent
-
- ArtifactStorePreUpdateEvent - Class in org.commonjava.indy.change.event
-
Event signaling that one or more specified ArtifactStore instances' configurations were changed.
- ArtifactStorePreUpdateEvent(ArtifactStoreUpdateType, EventMetadata, Map<ArtifactStore, ArtifactStore>) - Constructor for class org.commonjava.indy.change.event.ArtifactStorePreUpdateEvent
-
- ArtifactStoreQuery<T extends org.commonjava.indy.model.core.ArtifactStore> - Interface in org.commonjava.indy.data
-
This query interface is intended to be reusable across any
StoreDataManager implementation.
- ArtifactStoreRescanEvent - Class in org.commonjava.indy.change.event
-
Event to signal that the rescanning of a particular artifact store has started.
- ArtifactStoreRescanEvent(EventMetadata, ArtifactStore) - Constructor for class org.commonjava.indy.change.event.ArtifactStoreRescanEvent
-
- ArtifactStoreRescanEvent(EventMetadata, Collection<ArtifactStore>) - Constructor for class org.commonjava.indy.change.event.ArtifactStoreRescanEvent
-
- ArtifactStoreUpdateEvent - Class in org.commonjava.indy.change.event
-
Event signaling that one or more specified ArtifactStore instances' configurations were changed.
- ArtifactStoreUpdateEvent(ArtifactStoreUpdateType, EventMetadata, Map<ArtifactStore, ArtifactStore>) - Constructor for class org.commonjava.indy.change.event.ArtifactStoreUpdateEvent
-
- ArtifactStoreUpdateType - Enum in org.commonjava.indy.change.event
-
Enumeration of the types of configuration updates that can happen for ArtifactStore's.
- ArtifactStoreValidateData - Class in org.commonjava.indy.data
-
- ArtifactStoreValidateData.Builder - Class in org.commonjava.indy.data
-
- ArtifactStoreValidator - Class in org.commonjava.indy.data
-
Move validation logic out of old ValidRemoteStoreDataManagerDecorator (in implied-repos) to here, so it's easier
to call it from more appropriate places while still reusing it.
- ArtifactStoreValidator() - Constructor for class org.commonjava.indy.data.ArtifactStoreValidator
-
- ArtifactStoreValidator(TransferManager) - Constructor for class org.commonjava.indy.data.ArtifactStoreValidator
-
- asyncGroupAffectedBy(StoreDataManager.ContextualTask) - Method in interface org.commonjava.indy.data.StoreDataManager
-
This api is used for some time-sensitive tasks which should use getGroupsAffectedBy service, as
this service is a little time-consuming now.
- ATTR_NFC_TIMEOUT_SECONDS - Static variable in class org.commonjava.indy.model.galley.RepositoryLocation
-
- GENERAL - Static variable in class org.commonjava.indy.data.StoreValidationConstants
-
- generateDirectoryContent(ArtifactStore, String, List<StoreResource>, EventMetadata) - Method in class org.commonjava.indy.content.AbstractContentGenerator
-
- generateDirectoryContent(ArtifactStore, String, List<StoreResource>, EventMetadata) - Method in interface org.commonjava.indy.content.ContentGenerator
-
Generate resources for any missing files that this generator can create.
- generateFileContent(ArtifactStore, String, EventMetadata) - Method in class org.commonjava.indy.content.AbstractContentGenerator
-
- generateFileContent(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentGenerator
-
Generate dynamic content in the event it's not found in the ArtifactStore.
- generateGroupDirectoryContent(Group, List<ArtifactStore>, String, EventMetadata) - Method in class org.commonjava.indy.content.AbstractContentGenerator
-
- generateGroupDirectoryContent(Group, List<ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentGenerator
-
Generate resources for merged group files that this generator can create.
- generateGroupFileContent(Group, List<ArtifactStore>, String, EventMetadata) - Method in class org.commonjava.indy.content.AbstractContentGenerator
-
- generateGroupFileContent(Group, List<ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentGenerator
-
Generate dynamic content for a group.
- get() - Method in class org.commonjava.indy.util.ValuePipe
-
- getAffectedGroupsExcludeFilter() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getAffectedGroupsExcludeFilter() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getAll() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAll(Predicate<ArtifactStore>) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAll() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getAll(Predicate<ArtifactStore>) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getAllArtifactStores() - Method in interface org.commonjava.indy.data.StoreDataManager
-
Return the full list of ArtifactStore instances of a given StoreType (hosted, remote, or group) available on the system.
- getAllByDefaultPackageTypes() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAllByDefaultPackageTypes() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getAllGroups() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAllGroups() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getAllHostedRepositories() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAllHostedRepositories() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getAllRemoteRepositories() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAllRemoteRepositories() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getArtifactStore(StoreKey) - Method in interface org.commonjava.indy.data.StoreDataManager
-
Return the ArtifactStore instance corresponding to the given key, where key is a composite of StoreType
(hosted, remote, or group) and name.
- getArtifactStoresByKey() - Method in interface org.commonjava.indy.data.StoreDataManager
-
Return a mapping of ArtifactStore's keyed by the corresponding StoreKey.
- getAttribute(String, Class<T>) - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getAttribute(String, Class<T>, T) - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getAttribute(String, Class<T>) - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getAttribute(String, Class<T>, T) - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getAttributes() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getAttributes() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getBaseAccept() - Method in class org.commonjava.indy.util.AcceptInfo
-
- getBootPriority() - Method in interface org.commonjava.indy.action.BootupAction
-
Used to sort the actions, with highest priority executing first.
- getByName(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getByName(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getCacheKeyspace() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getCacheKeyspace() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getChangeMap() - Method in class org.commonjava.indy.change.event.ArtifactStoreUpdateEvent
-
- getChanges() - Method in class org.commonjava.indy.change.event.ArtifactStoreUpdateEvent
-
Return the changed ArtifactStore's specified in this event.
- getChecksumReadAdvice(Transfer, TransferOperation, EventMetadata) - Method in interface org.commonjava.indy.content.IndyChecksumAdvisor
-
- getChecksumWriteAdvice(Transfer, TransferOperation, EventMetadata) - Method in interface org.commonjava.indy.content.IndyChecksumAdvisor
-
- getConfiguration(Class<T>) - Method in interface org.commonjava.indy.conf.IndyConfigFactory
-
Return the configuration instance corresponding to the given class.
- getContentMetadata(Transfer) - Method in interface org.commonjava.indy.content.ContentDigester
-
- getContentQuality(String) - Method in interface org.commonjava.indy.spi.pkg.ContentAdvisor
-
- getContentType(String) - Method in class org.commonjava.indy.util.MimeTyper
-
- getContext(String) - Static method in class org.commonjava.indy.metrics.RequestContextHelper
-
- getContext(String, T) - Static method in class org.commonjava.indy.metrics.RequestContextHelper
-
- getCurrentDirPath(String) - Static method in class org.commonjava.indy.util.PathUtils
-
- getDefaultConfig() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getDefaultConfig() - Method in class org.commonjava.indy.conf.EnvironmentConfig
-
- getDefaultConfig() - Method in interface org.commonjava.indy.conf.IndyConfigInfo
-
The actual content which should be added to the default configuration file in case no configuration is provided, to allow modification of
defaults in future executions.
- getDefaultConfig() - Method in class org.commonjava.indy.conf.InternalFeatureConfig
-
- getDefaultConfig() - Method in class org.commonjava.indy.conf.SslValidationConfig
-
- getDefaultConfig() - Method in class org.commonjava.indy.conf.UIConfiguration
-
- getDefaultConfigFileName() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getDefaultConfigFileName() - Method in class org.commonjava.indy.conf.EnvironmentConfig
-
- getDefaultConfigFileName() - Method in interface org.commonjava.indy.conf.IndyConfigInfo
-
The name of the file to be written in case no configuration is provided, to allow modification of defaults in future executions.
- getDefaultConfigFileName() - Method in class org.commonjava.indy.conf.InternalFeatureConfig
-
- getDefaultConfigFileName() - Method in class org.commonjava.indy.conf.SslValidationConfig
-
- getDefaultConfigFileName() - Method in class org.commonjava.indy.conf.UIConfiguration
-
- getDefaultVersion() - Method in class org.commonjava.indy.util.AcceptInfoParser
-
- getDisposableStorePattern() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getDisposableStorePattern() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
Disposable stores can be deleted alone with its the content.
- getEnabled() - Method in class org.commonjava.indy.conf.UIConfiguration
-
- getEnvars() - Method in class org.commonjava.indy.conf.EnvironmentConfig
-
- getEnvironmentMappings() - Method in class org.commonjava.indy.CustomJsonLayout
-
- getError() - Method in class org.commonjava.indy.change.event.IndyStoreErrorEvent
-
- getErrors() - Method in class org.commonjava.indy.data.ArtifactStoreValidateData
-
- getEventMetadata() - Method in class org.commonjava.indy.change.event.AbstractIndyEvent
-
- getEventMetadata() - Method in class org.commonjava.indy.change.event.AbstractStoreDeleteEvent
-
- getEventMetadata() - Method in class org.commonjava.indy.change.event.ArtifactStoreEnablementEvent
-
- getFilePath(ConcreteResource) - Method in class org.commonjava.indy.content.IndyPathGenerator
-
- getFileSystemContainingBatchSize() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getFileSystemContainingBatchSize() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
FileSystemContaining is an operation by which we get what path in which repository.
- getFileWithNoLastSlash() - Method in class org.commonjava.indy.util.UrlInfo
-
- getForkJoinPoolCommonParallelism() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getForkJoinPoolCommonParallelism() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getGACacheStorePattern(String) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getGACacheStorePattern() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getGACacheStorePattern() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getGroup(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getGroup(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getGroupsAffectedBy(StoreKey...) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getGroupsAffectedBy(Collection<StoreKey>) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getGroupsAffectedBy(StoreKey...) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getGroupsAffectedBy(Collection<StoreKey>) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getGroupsContaining(StoreKey) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getGroupsContaining(StoreKey) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getHost() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getHost() - Method in class org.commonjava.indy.util.UrlInfo
-
- getHostedRepository(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getHostedRepository(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getHttpMetadata(Transfer) - Method in interface org.commonjava.indy.content.ContentManager
-
- getHttpMetadata(StoreKey, String) - Method in interface org.commonjava.indy.content.ContentManager
-
- getId() - Method in interface org.commonjava.indy.action.IndyLifecycleAction
-
Used mainly for reporting, this is a unique identifier for this action.
- getId() - Method in interface org.commonjava.indy.spi.IndyAddOn
-
Retrieve an identifier for this add-on which contains various UI configurations, along with a basic name for the add-on.
- getIndyAccept(String) - Static method in class org.commonjava.indy.util.ApplicationContent
-
- getIndyConfDir() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getIndyConfDir() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getIndyHomeDir() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getIndyHomeDir() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getIpForUrl() - Method in class org.commonjava.indy.util.UrlInfo
-
- getKey() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getKey() - Method in interface org.commonjava.indy.model.galley.KeyedLocation
-
- getKey() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getKey(FileEvent) - Static method in class org.commonjava.indy.util.LocationUtils
-
- getKey(Transfer) - Static method in class org.commonjava.indy.util.LocationUtils
-
- getKeyCertPem() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getLocalIndyNode() - Method in class org.commonjava.indy.cluster.LocalIndyNodeProvider
-
- getMdcHeaders() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getMdcHeaders() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
List of http headers to look for and include in the MDC.
- getMessage() - Method in exception org.commonjava.indy.action.IndyLifecycleException
-
- getMessage() - Method in exception org.commonjava.indy.data.IndyDataException
-
- getMessage() - Method in exception org.commonjava.indy.IndyWorkflowException
-
- getMigrationPriority() - Method in interface org.commonjava.indy.action.MigrationAction
-
Used to sort the actions, with highest priority executing first.
- getName() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getName() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getNfcExpirationSweepMinutes() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getNfcExpirationSweepMinutes() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
Number of minutes between sweeps of the NFC expiration reaper thread.
- getNfcMaxResultSetSize() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getNfcMaxResultSetSize() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
Page size of NFC getMissing result set
- getNfcProvider() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getNfcProvider() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getNodeId() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getNodeId() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
Retrieve the node identifier to be used when deploying in a clustered context.
- getNotFoundCacheTimeoutSeconds() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getNotFoundCacheTimeoutSeconds() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
Number of seconds before a negative cache (or, not-found cache) URL record will timeout.
- getOrderedConcreteStoresInGroup(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getOrderedConcreteStoresInGroup(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getOrderedStoresInGroup(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getOrderedStoresInGroup(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getOriginal(T) - Method in class org.commonjava.indy.change.event.ArtifactStoreUpdateEvent
-
- getPassthroughTimeoutSeconds() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getPassthroughTimeoutSeconds() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
Number of seconds before the content in a repository marked as "pass-through" will timeout.
- getPassword() - Method in class org.commonjava.indy.util.UrlInfo
-
- getPath(ConcreteResource) - Method in class org.commonjava.indy.content.IndyPathGenerator
-
- getPort() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getPort() - Method in class org.commonjava.indy.util.UrlInfo
-
- getPriority() - Method in interface org.commonjava.indy.content.GroupRepositoryFilter
-
Higher priority filter get executed first.
- getProtocol() - Method in class org.commonjava.indy.util.UrlInfo
-
- getProxyHost() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getProxyPort() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getProxyUser() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getRawAccept() - Method in class org.commonjava.indy.util.AcceptInfo
-
- getRawIoWriteNanos() - Static method in class org.commonjava.indy.metrics.RequestContextHelper
-
- getRawUrl() - Method in class org.commonjava.indy.util.UrlInfo
-
- getRemoteMetadataTimeoutSeconds() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getRemoteMetadataTimeoutSeconds() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getRemoteNoSSLHosts() - Method in class org.commonjava.indy.conf.SslValidationConfig
-
- getRemoteRepository(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getRemoteRepository(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getRemoteRepositoryByUrl(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getRemoteRepositoryByUrl(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getRepositoryUrl() - Method in class org.commonjava.indy.data.ArtifactStoreValidateData
-
- getRequestEndNanos() - Static method in class org.commonjava.indy.metrics.RequestContextHelper
-
- getRequestTimeoutSeconds() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getRequestTimeoutSeconds() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getRevisionId() - Method in class org.commonjava.indy.audit.ChangeSummary
-
- getServerCertPem() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getShutdownPriority() - Method in interface org.commonjava.indy.action.ShutdownAction
-
Used to sort the actions, with highest priority executing first.
- getSpecialPathSet() - Method in interface org.commonjava.indy.content.SpecialPathSetProducer
-
- getStandardAccept(String) - Static method in class org.commonjava.indy.util.ApplicationContent
-
- getStartupPriority() - Method in interface org.commonjava.indy.action.StartupAction
-
Used to sort the actions, with highest priority executing first.
- getStatus() - Method in exception org.commonjava.indy.data.IndyDataException
-
- getStatus() - Method in exception org.commonjava.indy.IndyWorkflowException
-
- getStatus(int) - Static method in enum org.commonjava.indy.util.ApplicationStatus
-
- getStorageReference(StoreKey, String...) - Method in interface org.commonjava.indy.content.DownloadManager
-
- getStorageReference(ArtifactStore, String...) - Method in interface org.commonjava.indy.content.DownloadManager
-
- getStorageReference(List<ArtifactStore>, String, TransferOperation) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve a Transfer object suitable for use in the specified operation.
- getStorageReference(ArtifactStore, String, TransferOperation) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve a Transfer object suitable for use in the specified operation.
- getStoreDisableTimeoutSeconds() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getStoreDisableTimeoutSeconds() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getStoreKey() - Method in class org.commonjava.indy.change.event.IndyStoreErrorEvent
-
- getStoreKey() - Method in class org.commonjava.indy.content.StoreResource
-
Retrieve the
StoreKey from the
KeyedLocation referenced by this resource.
- getStoreKey() - Method in class org.commonjava.indy.data.ArtifactStoreValidateData
-
- getStoreKeysByPkg(String) - Method in interface org.commonjava.indy.data.StoreDataManager
-
- getStoreKeysByPkgAndType(String, StoreType) - Method in interface org.commonjava.indy.data.StoreDataManager
-
- getStoreRootDirectory(StoreKey) - Method in interface org.commonjava.indy.content.DownloadManager
-
- getStoreRootDirectory(ArtifactStore) - Method in interface org.commonjava.indy.content.DownloadManager
-
- getStoreRoots() - Method in class org.commonjava.indy.change.event.AbstractStoreDeleteEvent
-
- getStores() - Method in class org.commonjava.indy.change.event.AbstractIndyEvent
-
- getStores() - Method in class org.commonjava.indy.change.event.AbstractStoreDeleteEvent
-
- getStores() - Method in class org.commonjava.indy.change.event.ArtifactStoreEnablementEvent
-
- getStores() - Method in interface org.commonjava.indy.change.event.IndyStoreEvent
-
- getStoreValidation() - Method in class org.commonjava.indy.conf.InternalFeatureConfig
-
- getSummary() - Method in class org.commonjava.indy.audit.ChangeSummary
-
- getSystemPropertyAdditions() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getSystemPropertyAdditions() - Method in interface org.commonjava.indy.conf.SystemPropertyProvider
-
- getTask() - Method in class org.commonjava.indy.data.StoreDataManager.ContextualTask
-
- getTaskContext() - Method in class org.commonjava.indy.data.StoreDataManager.ContextualTask
-
- getThreadName() - Method in class org.commonjava.indy.data.StoreDataManager.ContextualTask
-
- getTimestamp() - Method in class org.commonjava.indy.audit.ChangeSummary
-
- getTransfer(ArtifactStore, String, TransferOperation) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve a Transfer object suitable for use in the specified operation.
- getTransfer(StoreKey, String, TransferOperation) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve a Transfer object suitable for use in the specified operation.
- getTransfer(List<ArtifactStore>, String, TransferOperation) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve a Transfer object suitable for use in the specified operation.
- getTransfer(ArtifactStore, String) - Method in interface org.commonjava.indy.content.DirectContentAccess
-
Retrieve a Transfer object suitable for use in the specified operation.
- getTransfer(StoreKey, String) - Method in interface org.commonjava.indy.content.DirectContentAccess
-
Retrieve a Transfer object suitable for use in the specified operation.
- getTrustType() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getType() - Method in class org.commonjava.indy.change.event.ArtifactStoreUpdateEvent
-
Return the type of update that took place.
- getType() - Method in class org.commonjava.indy.change.event.IndyLifecycleEvent
-
- getUIDir() - Method in class org.commonjava.indy.conf.UIConfiguration
-
- getUri() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getUri() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getUrl() - Method in class org.commonjava.indy.util.UrlInfo
-
- getUrlWithNoSchemeAndLastSlash() - Method in class org.commonjava.indy.util.UrlInfo
-
- getUser() - Method in class org.commonjava.indy.audit.ChangeSummary
-
- getUser() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getUser() - Method in class org.commonjava.indy.util.UrlInfo
-
- getUserLifecycleActions(String, Class<T>) - Method in class org.commonjava.indy.action.fixture.AlternativeUserLifecycleManager
-
- getUserLifecycleActions(String, Class<T>) - Method in interface org.commonjava.indy.action.UserLifecycleManager
-
- getVersion() - Method in class org.commonjava.indy.util.AcceptInfo
-
- GroupLocation - Class in org.commonjava.indy.model.galley
-
KeyedLocation implementation that represents an Indy
Group store.
- GroupLocation(String) - Constructor for class org.commonjava.indy.model.galley.GroupLocation
-
Deprecated.
- GroupLocation(String, String) - Constructor for class org.commonjava.indy.model.galley.GroupLocation
-
- GroupRepositoryFilter - Interface in org.commonjava.indy.content
-
- IGNORE_READONLY - Static variable in interface org.commonjava.indy.data.StoreDataManager
-
We need to modify the way Indy processes the readonly flag on repositories.
- INDY_HOME_PROP - Static variable in interface org.commonjava.indy.conf.IndyConfigFactory
-
- indy_html - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- indy_json - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- indy_plain - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- indy_xml - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- indy_zip - Static variable in class org.commonjava.indy.util.ApplicationContent
-
- IndyAddOn - Interface in org.commonjava.indy.spi
-
Component that describes an add-on to Indy.
- IndyChecksumAdvisor - Interface in org.commonjava.indy.content
-
Created by jdcasey on 5/5/17.
- IndyConfigFactory - Interface in org.commonjava.indy.conf
-
Describes a facility for loading all the configurations related to Indy, only one of which is
IndyConfiguration.
- IndyConfigInfo - Interface in org.commonjava.indy.conf
-
Registration helper for the configuration subsystem, which tells the
IndyConfigFactory which section of the configuration file belongs to
the conifguration class associated with implemenetations of this helper.
- IndyConfiguration - Interface in org.commonjava.indy.conf
-
Base configuration for Indy's core.
- IndyData - Annotation Type in org.commonjava.indy.inject
-
- IndyDataException - Exception in org.commonjava.indy.data
-
Exception that indicates an error occurred while retrieving or managing configuration data about one or more
ArtifactStore instances.
- IndyDataException(String, Throwable, Object...) - Constructor for exception org.commonjava.indy.data.IndyDataException
-
- IndyDataException(String, Object...) - Constructor for exception org.commonjava.indy.data.IndyDataException
-
- IndyDataException(int, String, Throwable, Object...) - Constructor for exception org.commonjava.indy.data.IndyDataException
-
- IndyDataException(int, String, Object...) - Constructor for exception org.commonjava.indy.data.IndyDataException
-
- IndyLifecycleAction - Interface in org.commonjava.indy.action
-
Some sort of action in the lifecycle of Indy (migration, startup, shutdown).
- IndyLifecycleEvent - Class in org.commonjava.indy.change.event
-
- IndyLifecycleEvent(IndyLifecycleEvent.Type) - Constructor for class org.commonjava.indy.change.event.IndyLifecycleEvent
-
- IndyLifecycleEvent.Type - Enum in org.commonjava.indy.change.event
-
- IndyLifecycleEventManager - Class in org.commonjava.indy.action
-
- IndyLifecycleEventManager() - Constructor for class org.commonjava.indy.action.IndyLifecycleEventManager
-
- IndyLifecycleException - Exception in org.commonjava.indy.action
-
- IndyLifecycleException(String, Throwable, Object...) - Constructor for exception org.commonjava.indy.action.IndyLifecycleException
-
- IndyLifecycleException(String, Object...) - Constructor for exception org.commonjava.indy.action.IndyLifecycleException
-
- IndyLifecycleManager - Class in org.commonjava.indy.action
-
- IndyLifecycleManager() - Constructor for class org.commonjava.indy.action.IndyLifecycleManager
-
- IndyLifecycleManager(IndyVersioning, Iterable<BootupAction>, Iterable<MigrationAction>, Iterable<StartupAction>, Iterable<ShutdownAction>) - Constructor for class org.commonjava.indy.action.IndyLifecycleManager
-
- IndyLocationExpander - Class in org.commonjava.indy.content
-
LocationExpander implementation geared to work with ArtifactStore instances.
- IndyLocationExpander() - Constructor for class org.commonjava.indy.content.IndyLocationExpander
-
- IndyLocationExpander(StoreDataManager) - Constructor for class org.commonjava.indy.content.IndyLocationExpander
-
- IndyLocationResolver - Class in org.commonjava.indy.model.galley
-
- IndyLocationResolver() - Constructor for class org.commonjava.indy.model.galley.IndyLocationResolver
-
- IndyLocationResolver(StoreDataManager) - Constructor for class org.commonjava.indy.model.galley.IndyLocationResolver
-
- IndyNode - Class in org.commonjava.indy.cluster
-
A data model to describe a clustered indy node.
- IndyPathGenerator - Class in org.commonjava.indy.content
-
PathGenerator implementation that assumes the locations it sees will be
KeyedLocation, and translates them into storage locations
on disk for related content.
- IndyPathGenerator() - Constructor for class org.commonjava.indy.content.IndyPathGenerator
-
- IndyPathGenerator(Set<StoragePathCalculator>) - Constructor for class org.commonjava.indy.content.IndyPathGenerator
-
- IndyStoreErrorEvent - Class in org.commonjava.indy.change.event
-
Created by jdcasey on 9/30/15.
- IndyStoreErrorEvent(StoreKey, Throwable) - Constructor for class org.commonjava.indy.change.event.IndyStoreErrorEvent
-
- IndyStoreEvent - Interface in org.commonjava.indy.change.event
-
Marker interface for events related to changes in ArtifactStore instances.
- IndyWorkflowException - Exception in org.commonjava.indy
-
Signals an error between the REST-resources layer and the next layer down (except for
DownloadManager, which is normally two layers down thanks
to binding controllers).
- IndyWorkflowException(String, Object...) - Constructor for exception org.commonjava.indy.IndyWorkflowException
-
- IndyWorkflowException(String, Throwable, Object...) - Constructor for exception org.commonjava.indy.IndyWorkflowException
-
- IndyWorkflowException(int, String, Object...) - Constructor for exception org.commonjava.indy.IndyWorkflowException
-
- IndyWorkflowException(int, String, Throwable, Object...) - Constructor for exception org.commonjava.indy.IndyWorkflowException
-
- init() - Method in interface org.commonjava.indy.action.BootupAction
-
Initialize some subsystem before migration actions start.
- init() - Method in class org.commonjava.indy.action.IndyLifecycleManager
-
- install() - Method in interface org.commonjava.indy.data.StoreDataManager
-
If no ArtifactStore's exist in the system, install a couple of defaults:
Remote central pointing to the Maven central repository at http://repo.maven.apache.org/maven2/
Hosted local-deployments that can host both releases and snapshots
Group public containing central and local-deployments as members
- INTERNAL_ID - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- InternalFeatureConfig - Class in org.commonjava.indy.conf
-
- InternalFeatureConfig() - Constructor for class org.commonjava.indy.conf.InternalFeatureConfig
-
- InvalidArtifactStoreException - Exception in org.commonjava.indy.data
-
- InvalidArtifactStoreException(String, Throwable, Object...) - Constructor for exception org.commonjava.indy.data.InvalidArtifactStoreException
-
- IS_METERED - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- IS_RAW_VIEW - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- isAllowRemoteListDownload() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- isAllowRemoteListDownload() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- isClusterEnabled() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- isClusterEnabled() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- isDisabling() - Method in class org.commonjava.indy.change.event.ArtifactStoreEnablementEvent
-
- isEmpty() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- isEmpty() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- isEmpty() - Method in interface org.commonjava.indy.data.StoreDataManager
-
- isEmpty() - Method in class org.commonjava.indy.util.ValuePipe
-
- isFilled() - Method in class org.commonjava.indy.util.ValuePipe
-
- isHostedRepository() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- isIgnoreHostnameVerification() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- ISPN_NFC_PROVIDER - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- isPreprocessing() - Method in class org.commonjava.indy.change.event.ArtifactStoreEnablementEvent
-
- isReadonly(ArtifactStore) - Method in interface org.commonjava.indy.data.StoreDataManager
-
Check if store is a readonly hosted repository.
- isRepositoryFilterEnabled() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- isRepositoryFilterEnabled() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- isSSLRequired() - Method in class org.commonjava.indy.conf.SslValidationConfig
-
- isStandalone() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- isStandalone() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
Let indy run standalone local mode, which will not enable cassandra path mapped storage
- isStarted() - Method in interface org.commonjava.indy.data.StoreDataManager
-
Return true once any post-construction code runs.
- isValid() - Method in class org.commonjava.indy.data.ArtifactStoreValidateData
-
- isValid(ArtifactStore) - Method in class org.commonjava.indy.data.ArtifactStoreValidator
-
- iterator() - Method in class org.commonjava.indy.change.event.AbstractIndyEvent
-
- iterator() - Method in class org.commonjava.indy.change.event.AbstractStoreDeleteEvent
-
- iterator() - Method in class org.commonjava.indy.change.event.ArtifactStoreEnablementEvent
-
- RAW_IO_READ_NANOS - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- RAW_IO_WRITE_NANOS - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- reload() - Method in interface org.commonjava.indy.data.StoreDataManager
-
Mechanism for clearing all cached ArtifactStore instances and reloading them from some backing store.
- removeAttribute(String) - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- removeAttribute(String) - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- removeExtraSlash(String) - Static method in class org.commonjava.indy.util.PathUtils
-
- RepositoryLocation - Class in org.commonjava.indy.model.galley
-
KeyedLocation implementation that represents a
RemoteRepository Indy store, and bridges the handling of
RemoteRepository
attributes such as the various timeout types (not-found-cache, connection, and cache timeouts) to expose them via the
Location API.
- RepositoryLocation(RemoteRepository) - Constructor for class org.commonjava.indy.model.galley.RepositoryLocation
-
- REQUEST_LATENCY_MILLIS - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- REQUEST_LATENCY_NS - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- REQUEST_PARENT_SPAN - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- REQUEST_PHASE - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- REQUEST_PHASE_END - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- REQUEST_PHASE_START - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- RequestContextHelper - Class in org.commonjava.indy.metrics
-
The scope annotations (Thread, Header, MDC) tell where the constant is available/used.
- RequestContextHelper() - Constructor for class org.commonjava.indy.metrics.RequestContextHelper
-
- rescan(ArtifactStore) - Method in interface org.commonjava.indy.content.ContentManager
-
- rescan(ArtifactStore, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
- rescan(ArtifactStore) - Method in interface org.commonjava.indy.content.DownloadManager
-
- rescan(ArtifactStore, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
- rescanAll(List<? extends ArtifactStore>) - Method in interface org.commonjava.indy.content.ContentManager
-
- rescanAll(List<? extends ArtifactStore>, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
- rescanAll(List<? extends ArtifactStore>) - Method in interface org.commonjava.indy.content.DownloadManager
-
- rescanAll(List<? extends ArtifactStore>, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
- resetChanged() - Method in class org.commonjava.indy.util.ChangeSynchronizer
-
- resolve(String) - Method in class org.commonjava.indy.model.galley.IndyLocationResolver
-
- REST_CLASS - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- REST_CLASS_PATH - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- REST_ENDPOINT_PATH - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- REST_METHOD_PATH - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- RestApp - Annotation Type in org.commonjava.indy.inject
-
- retrieve(ArtifactStore, String) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from the given store, then return the transfer that references the content.
- retrieve(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from the given store, then return the transfer that references the content.
- retrieve(ArtifactStore, String) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from the given store, then return the transfer that references the content.
- retrieve(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from the given store, then return the transfer that references the content.
- retrieveAll(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from all stores, then return the set of transfers that reference the content.
- retrieveAll(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from all stores, then return the set of transfers that reference the content.
- retrieveAll(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from all stores, then return the set of transfers that reference the content.
- retrieveAll(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from all stores, then return the set of transfers that reference the content.
- retrieveAllRaw(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.DirectContentAccess
-
Mainly useful for content generators, this provides a mechanism for bypassing the content generation aspects
of the content manager and access whatever concrete content there is.
- retrieveFirst(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from the first store possible, then return then return the transfer that references the content without
iterating any farther.
- retrieveFirst(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from the first store possible, then return then return the transfer that references the content without
iterating any farther.
- retrieveFirst(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from the first store possible, then return then return the transfer that references the content without
iterating any farther.
- retrieveFirst(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from the first store possible, then return then return the transfer that references the content without
iterating any farther.
- retrieveRaw(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.DirectContentAccess
-
Mainly useful for content generators, this provides a mechanism for bypassing the content generation aspects
of the content manager and access whatever concrete content there is.
- rewrap(StoreDataManager) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- rewrap(StoreDataManager) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- ROOT_PATH - Static variable in interface org.commonjava.indy.content.DownloadManager
-
Root path used when retrieving the root of a Location's cache.
- SECTION_NAME - Static variable in class org.commonjava.indy.conf.EnvironmentConfig
-
- SECTION_NAME - Static variable in class org.commonjava.indy.conf.InternalFeatureConfig
-
- SECTION_NAME - Static variable in class org.commonjava.indy.conf.SslValidationConfig
-
- set(T) - Method in class org.commonjava.indy.util.ValuePipe
-
- setAffectedGroupsExcludeFilter(String) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setAllowRemoteListDownload(Boolean) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setAttribute(String, Object) - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- setAttribute(String, Object) - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- setCacheKeyspace(String) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setChanged() - Method in class org.commonjava.indy.util.ChangeSynchronizer
-
- setChanged(int) - Method in class org.commonjava.indy.util.ChangeSynchronizer
-
- setClusterEnabled(Boolean) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setContext(String, Object) - Static method in class org.commonjava.indy.metrics.RequestContextHelper
-
- setDefaultNfcExpirationSweepMinutes(int) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setDefaultNfcMaxResultSetSize(int) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setDisposableStorePattern(String) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setEnabled(Boolean) - Method in class org.commonjava.indy.conf.UIConfiguration
-
- setEnvironmentMappings(String) - Method in class org.commonjava.indy.CustomJsonLayout
-
- setErrors(Map<String, String>) - Method in class org.commonjava.indy.data.ArtifactStoreValidateData.Builder
-
- setErrors(Map<String, String>) - Method in class org.commonjava.indy.data.ArtifactStoreValidateData
-
- setFileSystemContainingBatchSize(int) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setForkJoinPoolCommonParallelism(Integer) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setMDCHeaders(String) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setNfcProvider(String) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setNodeId(String) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setNotFoundCacheTimeoutSeconds(int) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setPassthroughTimeoutSeconds(int) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setReadonly(boolean) - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
This is used to bypass the repo's readonly flag in case of internal workflow like promotion.
- setRemoteMetadataTimeoutSeconds(Integer) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setRemoteNoSSLHosts(String) - Method in class org.commonjava.indy.conf.SslValidationConfig
-
- setRepositoryFilterEnabled(boolean) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setRepositoryUrl(String) - Method in class org.commonjava.indy.data.ArtifactStoreValidateData.Builder
-
- setRepositoryUrl(String) - Method in class org.commonjava.indy.data.ArtifactStoreValidateData
-
- setRequestTimeoutSeconds(Integer) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setSslRequired(Boolean) - Method in class org.commonjava.indy.conf.SslValidationConfig
-
- setStandalone(Boolean) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setStoreDisableTimeoutSeconds(Integer) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- setStoreKey(StoreKey) - Method in class org.commonjava.indy.data.ArtifactStoreValidateData
-
- setStoreValidation(Boolean) - Method in class org.commonjava.indy.conf.InternalFeatureConfig
-
- setUIDir(File) - Method in class org.commonjava.indy.conf.UIConfiguration
-
- setup() - Method in class org.commonjava.indy.cluster.LocalIndyNodeProvider
-
- setValid(Boolean) - Method in class org.commonjava.indy.data.ArtifactStoreValidateData.Builder
-
- setValid(boolean) - Method in class org.commonjava.indy.data.ArtifactStoreValidateData
-
- ShutdownAction - Interface in org.commonjava.indy.action
-
Performs some sort of service/subsystem shutdown as Indy is stopping.
- SPAN_ID_HEADER - Static variable in class org.commonjava.indy.metrics.RequestContextHelper
-
- SpecialPathSetProducer - Interface in org.commonjava.indy.content
-
Furnish special path information for package types, which will be registered with
SpecialPathManager when DefaultGalleyStorageProvider
(in indy-filer-default) initializes.
- spliterator() - Method in class org.commonjava.indy.change.event.ArtifactStoreEnablementEvent
-
- SslValidationConfig - Class in org.commonjava.indy.conf
-
- SslValidationConfig() - Constructor for class org.commonjava.indy.conf.SslValidationConfig
-
- start() - Method in class org.commonjava.indy.action.IndyLifecycleManager
-
Start sequence is:
Start all
BootupAction instances, with highest priority executing first.
Run all
MigrationAction instances, with highest priority executing first.
Run all
StartupAction instances, with highest priority executing first.
- start() - Method in interface org.commonjava.indy.action.StartupAction
-
Start some service after migration actions are completed, just before Indy is ready for use.
- StartupAction - Interface in org.commonjava.indy.action
-
Performs some sort of service/subsystem startup as Indy is preparing to run.
- stop() - Method in class org.commonjava.indy.action.IndyLifecycleManager
-
Run all
ShutdownAction instances, with highest priority executing first.
- stop() - Method in interface org.commonjava.indy.action.ShutdownAction
-
Stop the service on shutdown.
- StoragePathCalculator - Interface in org.commonjava.indy.content
-
Support separation between logical path and storage path, usually for package metadata.
- store(ArtifactStore, String, InputStream, TransferOperation) - Method in interface org.commonjava.indy.content.ContentManager
-
Store the content contained in the
InputStream under the given path within the storage directory for the given
ArtifactStore.
- store(ArtifactStore, String, InputStream, TransferOperation, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
Store the content contained in the
InputStream under the given path within the storage directory for the given
ArtifactStore.
- store(List<? extends ArtifactStore>, StoreKey, String, InputStream, TransferOperation, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
Store the content contained in the
InputStream under the given path within the storage directory for first appropriate instance among
the given
ArtifactStore's.
- store(ArtifactStore, String, InputStream, TransferOperation) - Method in interface org.commonjava.indy.content.DownloadManager
-
Store the content contained in the
InputStream under the given path within the storage directory for the given
ArtifactStore.
- store(ArtifactStore, String, InputStream, TransferOperation, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
Store the content contained in the
InputStream under the given path within the storage directory for the given
ArtifactStore.
- store(List<? extends ArtifactStore>, String, InputStream, TransferOperation) - Method in interface org.commonjava.indy.content.DownloadManager
-
Store the content contained in the
InputStream under the given path within the storage directory for first appropriate instance among
the given
ArtifactStore's.
- store(List<? extends ArtifactStore>, String, InputStream, TransferOperation, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
Store the content contained in the
InputStream under the given path within the storage directory for first appropriate instance among
the given
ArtifactStore's.
- StoreAdvisor - Interface in org.commonjava.indy.spi.pkg
-
- storeArtifactStore(ArtifactStore, ChangeSummary, boolean, boolean, EventMetadata) - Method in interface org.commonjava.indy.data.StoreDataManager
-
Store a modified or new ArtifactStore instance.
- StoreContentAction - Interface in org.commonjava.indy.content
-
Created by jdcasey on 1/27/17.
- StoreDataManager - Interface in org.commonjava.indy.data
-
Data manager used to access and manipulate the configurations for ArtifactStore instances.
- StoreDataManager.ContextualTask - Class in org.commonjava.indy.data
-
- StoreEventDispatcher - Interface in org.commonjava.indy.data
-
Convenience component that standardizes the process of interacting with JEE Events relating to changes in ArtifactStore definitions.
- StoreResource - Class in org.commonjava.indy.content
-
Implementation of
ConcreteResource which assumes locations are
KeyedLocation instances, and provides access to the
StoreKeys
they hold.
- StoreResource(KeyedLocation, String...) - Constructor for class org.commonjava.indy.content.StoreResource
-
- storeRoots - Variable in class org.commonjava.indy.change.event.AbstractStoreDeleteEvent
-
- stores - Variable in class org.commonjava.indy.change.event.AbstractIndyEvent
-
- storeType(Class<C>) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- storeType(Class<C>) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- storeTypes(StoreType...) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- storeTypes(StoreType...) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- storeUpdated(ArtifactStorePreUpdateEvent) - Method in class org.commonjava.indy.model.galley.LocationStoreUpdateListener
-
- StoreValidationConstants - Class in org.commonjava.indy.data
-
- StoreValidationConstants() - Constructor for class org.commonjava.indy.data.StoreValidationConstants
-
- StoreValidator - Interface in org.commonjava.indy.data
-
Store Validator used to validate URL for for ArtifactStore instances and
check if appropriate http method calls are available at validated url endpoint
- stream() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- stream(Predicate<ArtifactStore>) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- stream() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- stream(Predicate<ArtifactStore>) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- streamArtifactStoreKeys() - Method in interface org.commonjava.indy.data.StoreDataManager
-
Stream of StoreKey instances present in the system.
- streamArtifactStores() - Method in interface org.commonjava.indy.data.StoreDataManager
-
Return the
ArtifactStore instances as a
Stream.
- SUPPRESS_EVENTS - Static variable in interface org.commonjava.indy.content.ContentManager
-
- SYSTEM_USER - Static variable in class org.commonjava.indy.audit.ChangeSummary
-
- SystemPropertyProvider - Interface in org.commonjava.indy.conf
-
After the IndyConfigFactory loads configuration from disk into an IndyConfigInfo instance, if that instance implements
SystemPropertyProvider the config factory will query it for properties to be added.
- validate(ArtifactStore) - Method in interface org.commonjava.indy.data.StoreValidator
-
- valueOf(String) - Static method in enum org.commonjava.indy.change.event.ArtifactStoreUpdateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.commonjava.indy.change.event.IndyLifecycleEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.commonjava.indy.spi.pkg.ContentQuality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.commonjava.indy.util.ApplicationHeader
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.commonjava.indy.util.ApplicationStatus
-
Returns the enum constant of this type with the specified name.
- ValuePipe<T> - Class in org.commonjava.indy.util
-
ValuePipe can hold a single value object.
- ValuePipe() - Constructor for class org.commonjava.indy.util.ValuePipe
-
- ValuePipe(T) - Constructor for class org.commonjava.indy.util.ValuePipe
-
- values() - Static method in enum org.commonjava.indy.change.event.ArtifactStoreUpdateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.commonjava.indy.change.event.IndyLifecycleEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.commonjava.indy.spi.pkg.ContentQuality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.commonjava.indy.util.ApplicationHeader
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.commonjava.indy.util.ApplicationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vetoStorage(String, ArtifactStore) - Method in interface org.commonjava.indy.spi.pkg.StoreAdvisor
-
Allow a packaging type to indicate that the proposed storage location is inappropriate for the supplied path