A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

AbstractContentGenerator - Class in org.commonjava.indy.content
Convenience abstract class for ContentGenerator implementations to extend.
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 - org.commonjava.indy.util.ApplicationHeader
 
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.util.RequestContextHelper
 
ADD - org.commonjava.indy.change.event.ArtifactStoreUpdateType
Definite creation of new store.
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
 
allow - org.commonjava.indy.util.ApplicationHeader
 
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, Collection<ArtifactStore>) - Constructor for class org.commonjava.indy.change.event.ArtifactStorePostRescanEvent
 
ArtifactStorePostRescanEvent(EventMetadata, 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, Collection<ArtifactStore>) - Constructor for class org.commonjava.indy.change.event.ArtifactStorePreRescanEvent
 
ArtifactStorePreRescanEvent(EventMetadata, 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, Collection<ArtifactStore>) - Constructor for class org.commonjava.indy.change.event.ArtifactStoreRescanEvent
 
ArtifactStoreRescanEvent(EventMetadata, 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
 
authorization - org.commonjava.indy.util.ApplicationHeader
 

B

BAD_GATEWAY - org.commonjava.indy.util.ApplicationStatus
 
BAD_REQUEST - org.commonjava.indy.util.ApplicationStatus
 
BootupAction - Interface in org.commonjava.indy.action
Performs some sort of service/subsystem bootup just before Indy is preparing to run.
build() - Method in class org.commonjava.indy.data.ArtifactStoreValidateData.Builder
 
Builder(StoreKey) - Constructor for class org.commonjava.indy.data.ArtifactStoreValidateData.Builder
 

C

cache_control - org.commonjava.indy.util.ApplicationHeader
 
CacheOnlyLocation - Class in org.commonjava.indy.model.galley
KeyedLocation implementation that only knows about locally hosted/cached content.
CacheOnlyLocation(HostedRepository) - Constructor for class org.commonjava.indy.model.galley.CacheOnlyLocation
 
CacheOnlyLocation(StoreKey) - Constructor for class org.commonjava.indy.model.galley.CacheOnlyLocation
 
CacheOnlyLocation(StoreKey, boolean, boolean, boolean, boolean) - Constructor for class org.commonjava.indy.model.galley.CacheOnlyLocation
 
calculateStoragePath(StoreKey, String) - Method in interface org.commonjava.indy.content.StoragePathCalculator
 
canProcess(String) - Method in interface org.commonjava.indy.content.ContentGenerator
Checks if this content generator processes the provided path.
canProcess(String, Group) - Method in interface org.commonjava.indy.content.GroupRepositoryFilter
 
CASSANDRA_NFC_PROVIDER - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
CHANGE_SUMMARY - Static variable in interface org.commonjava.indy.data.StoreDataManager
Need to store change summary for repository change processing
ChangeSummary - Class in org.commonjava.indy.audit
Describes the reason for a particular change to the system, usually in terms of store definitions, templates, add-on configurations, almost anything stored in the Indy data directory (persistent system-wide state), along with the user that generated the change.
ChangeSummary(String, String) - Constructor for class org.commonjava.indy.audit.ChangeSummary
 
ChangeSummary(String, String, Date, String) - Constructor for class org.commonjava.indy.audit.ChangeSummary
 
ChangeSynchronizer - Class in org.commonjava.indy.util
 
ChangeSynchronizer() - Constructor for class org.commonjava.indy.util.ChangeSynchronizer
 
clear(ChangeSummary) - Method in interface org.commonjava.indy.data.StoreDataManager
Delete all ArtifactStore instances currently in the system.
clearContext(String) - Static method in class org.commonjava.indy.util.RequestContextHelper
 
clearMergedPath(ArtifactStore, Set<Group>, String) - Method in interface org.commonjava.indy.content.MergedContentAction
 
clearNulls(Collection<ArtifactStore>) - Static method in class org.commonjava.indy.change.event.AbstractIndyEvent
 
clearStoreContent(String, ArtifactStore, Set<Group>, boolean) - Method in interface org.commonjava.indy.content.StoreContentAction
 
CLIENT_ADDR - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
code() - Method in enum org.commonjava.indy.util.ApplicationStatus
 
COMPONENT_ID - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
concreteStores() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
concreteStores() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
CONF_INCLUDES_DIR - Static variable in interface org.commonjava.indy.conf.IndyConfigInfo
 
CONFIG_DIR_PROP - Static variable in interface org.commonjava.indy.conf.IndyConfigFactory
 
CONFIG_PATH_PROP - Static variable in interface org.commonjava.indy.conf.IndyConfigFactory
 
CONFLICT - org.commonjava.indy.util.ApplicationStatus
 
content_disposition - org.commonjava.indy.util.ApplicationHeader
 
CONTENT_ENTRY_POINT - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
content_length - org.commonjava.indy.util.ApplicationHeader
 
CONTENT_TRACKING_ID - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
content_type - org.commonjava.indy.util.ApplicationHeader
 
ContentAdvisor - Interface in org.commonjava.indy.spi.pkg
 
ContentDigester - Interface in org.commonjava.indy.content
Created by jdcasey on 1/4/17.
ContentGenerator - Interface in org.commonjava.indy.content
Interface to support dynamic content generation.
ContentManager - Interface in org.commonjava.indy.content
High-level interface for retrieving, storing, etc.
ContentQuality - Enum in org.commonjava.indy.spi.pkg
 
ContentUtils - Class in org.commonjava.indy.util
 
ContextualTask(String, String, Runnable) - Constructor for class org.commonjava.indy.data.StoreDataManager.ContextualTask
 
convertToEntries(List<StoreResource>) - Static method in class org.commonjava.indy.content.StoreResource
Convert a series of StoreResources into a DTO for use in generating browser or other directory listings.
copyOf(CacheOnlyLocation) - Static method in class org.commonjava.indy.model.galley.CacheOnlyLocation
 
CoreEventManagerConstants - Class in org.commonjava.indy.change.event
Created by jdcasey on 3/8/16.
CoreEventManagerConstants() - Constructor for class org.commonjava.indy.change.event.CoreEventManagerConstants
 
CREATED - org.commonjava.indy.util.ApplicationStatus
 
createShutdownRunnable() - Method in class org.commonjava.indy.action.IndyLifecycleManager
Create a Runnable that can be used in Runtime.addShutdownHook(Thread).
CUMULATIVE_COUNTS - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
CUMULATIVE_TIMINGS - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
CustomJsonLayout - Class in org.commonjava.indy
Created by yma on 2019/3/26.
CustomJsonLayout() - Constructor for class org.commonjava.indy.CustomJsonLayout
 

D

dedupeListing(List<StoreResource>) - Static method in class org.commonjava.indy.util.ContentUtils
Attempt to remove duplicates, even "fuzzy" ones where a directory is listed with trailing '/' in some cases but not others.
DEFAULT_ALLOW_REMOTE_LIST_DOWNLOAD - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_CASSANDRA_KEYSPACE_REPLICAS - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_CONFIG_DIR - Static variable in interface org.commonjava.indy.conf.IndyConfigFactory
 
DEFAULT_CONFIG_PATH - Static variable in interface org.commonjava.indy.conf.IndyConfigFactory
 
DEFAULT_DIR - Static variable in class org.commonjava.indy.conf.UIConfiguration
 
DEFAULT_DISPOSABLE_STORE_PATTERN - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_FORKJOINPOOL_COMMON_PARALLELISM - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_NFC_EXPIRATION_SWEEP_MINUTES - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_NFC_MAX_RESULT_SET_SIZE - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_NFC_PROVIDER - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_NOT_FOUND_CACHE_TIMEOUT_SECONDS - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_PASSTHROUGH_TIMEOUT_SECONDS - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_REMOTE_METADATA_TIMEOUT_SECONDS - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_REQUEST_TIMEOUT_SECONDS - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_STANDALONE - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_STORE_DISABLE_TIMEOUT_SECONDS - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_STORE_MANAGER_STANDALONE - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_TIMEOUT_PROCESSING - Static variable in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
DEFAULT_VERSION - Static variable in class org.commonjava.indy.util.AcceptInfoParser
 
DefaultIndyConfiguration - Class in org.commonjava.indy.conf
 
DefaultIndyConfiguration() - Constructor for class org.commonjava.indy.conf.DefaultIndyConfiguration
 
delegate() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
DelegatingArtifactStoreQuery<T extends org.commonjava.indy.model.core.ArtifactStore> - Class in org.commonjava.indy.data
Provides a convenient delegating implementation of ArtifactStoreQuery, which can be extended to wrap particular methods with extra logic.
DelegatingArtifactStoreQuery(ArtifactStoreQuery) - Constructor for class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
delete(ArtifactStore, String) - Method in interface org.commonjava.indy.content.ContentManager
 
delete(ArtifactStore, String) - Method in interface org.commonjava.indy.content.DownloadManager
 
delete(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
 
delete(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
 
deleteAll(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.ContentManager
 
deleteAll(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.DownloadManager
 
deleteAll(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
 
deleteArtifactStore(StoreKey, ChangeSummary, EventMetadata) - Method in interface org.commonjava.indy.data.StoreDataManager
Delete the ArtifactStore corresponding to the given StoreKey.
deleted(EventMetadata, ArtifactStore...) - Method in class org.commonjava.indy.data.NoOpStoreEventDispatcher
 
deleted(EventMetadata, ArtifactStore...) - Method in interface org.commonjava.indy.data.StoreEventDispatcher
 
deleting(EventMetadata, ArtifactStore...) - Method in class org.commonjava.indy.data.NoOpStoreEventDispatcher
 
deleting(EventMetadata, ArtifactStore...) - Method in interface org.commonjava.indy.data.StoreEventDispatcher
 
deprecated - org.commonjava.indy.util.ApplicationHeader
 
digest(StoreKey, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentDigester
 
DirectContentAccess - Interface in org.commonjava.indy.content
This component is useful for content generators, that need access to raw files used as inputs for generating other files.
dirname(String) - Static method in class org.commonjava.indy.util.PathUtils
 
disabled(EventMetadata, ArtifactStore...) - Method in class org.commonjava.indy.data.NoOpStoreEventDispatcher
 
disabled(EventMetadata, ArtifactStore...) - Method in interface org.commonjava.indy.data.StoreEventDispatcher
 
DISABLED_REMOTE_REPO - Static variable in class org.commonjava.indy.data.StoreValidationConstants
 
disabling(EventMetadata, ArtifactStore...) - Method in class org.commonjava.indy.data.NoOpStoreEventDispatcher
 
disabling(EventMetadata, ArtifactStore...) - Method in interface org.commonjava.indy.data.StoreEventDispatcher
 
DISPATCH_EXECUTOR_NAME - Static variable in class org.commonjava.indy.change.event.CoreEventManagerConstants
 
DISPATCH_EXECUTOR_PRIORITY - Static variable in class org.commonjava.indy.change.event.CoreEventManagerConstants
 
DISPATCH_EXECUTOR_THREADS - Static variable in class org.commonjava.indy.change.event.CoreEventManagerConstants
 
DownloadManager - Interface in org.commonjava.indy.content
Organizes resolution of content from cached locations, remote locations, and group membership.

E

enabled(EventMetadata, ArtifactStore...) - Method in class org.commonjava.indy.data.NoOpStoreEventDispatcher
 
enabled(EventMetadata, ArtifactStore...) - Method in interface org.commonjava.indy.data.StoreEventDispatcher
 
enabledState(Boolean) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
enabledState(Boolean) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
enabling(EventMetadata, ArtifactStore...) - Method in class org.commonjava.indy.data.NoOpStoreEventDispatcher
 
enabling(EventMetadata, ArtifactStore...) - Method in interface org.commonjava.indy.data.StoreEventDispatcher
 
END_NANOS - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
ENTRY_POINT_BASE_URI - Static variable in interface org.commonjava.indy.content.ContentManager
 
ENTRY_POINT_STORE - Static variable in interface org.commonjava.indy.content.ContentManager
 
ENV_PREFIX - Static variable in class org.commonjava.indy.conf.EnvironmentConfig
 
ENVIRONMENT - Static variable in class org.commonjava.indy.CustomJsonLayout
 
EnvironmentConfig - Class in org.commonjava.indy.conf
Created by yma on 2019/3/19.
EnvironmentConfig() - Constructor for class org.commonjava.indy.conf.EnvironmentConfig
 
equals(Object) - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
 
equals(Object) - Method in class org.commonjava.indy.model.galley.RepositoryLocation
 
equals(Object) - Method in class org.commonjava.indy.util.AcceptInfo
 
EVENT_ORIGIN - Static variable in interface org.commonjava.indy.data.StoreDataManager
 
EventUtils - Class in org.commonjava.indy.change
Common way to insulate the system from event processing failures.
EventUtils() - Constructor for class org.commonjava.indy.change.EventUtils
 
exists(ArtifactStore, String) - Method in interface org.commonjava.indy.content.ContentManager
 
exists(ArtifactStore, String) - Method in interface org.commonjava.indy.content.DirectContentAccess
 
exists(ArtifactStore, String) - Method in interface org.commonjava.indy.content.DownloadManager
Artifact existence check for given store and path.
expand(Collection<T>) - Method in class org.commonjava.indy.content.IndyLocationExpander
For group references, expand into a list of concrete repository locations (hosted or remote).
expand(Location...) - Method in class org.commonjava.indy.content.IndyLocationExpander
 
expand(Resource) - Method in class org.commonjava.indy.content.IndyLocationExpander
Using the same basic logic as IndyLocationExpander.expand(Collection), convert the specified Resource into a VirtualResource that contains references to the expanded Location list.
EXTERNAL_TRACE_ID - Static variable in class org.commonjava.indy.util.RequestContextHelper
 

F

filter(String, Group, List<ArtifactStore>) - Method in interface org.commonjava.indy.content.GroupRepositoryFilter
Get all concrete stores that may contain the target path.
filterAffectedGroups(Set<Group>) - Method in interface org.commonjava.indy.data.StoreDataManager
 
filterLocationErrors() - Method in exception org.commonjava.indy.IndyWorkflowException
 
fireEvent(Event<T>, T) - Static method in class org.commonjava.indy.change.EventUtils
 
fireStarted() - Method in class org.commonjava.indy.action.IndyLifecycleEventManager
 
FORBIDDEN - org.commonjava.indy.util.ApplicationStatus
 
FORCE_METERED - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
forEach(Consumer<? super ArtifactStore>) - Method in class org.commonjava.indy.change.event.ArtifactStoreEnablementEvent
 
formatAbsolutePathTo(String, String...) - Method in interface org.commonjava.indy.util.UriFormatter
 
FOUND - org.commonjava.indy.util.ApplicationStatus
 

G

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() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getAll(Predicate<ArtifactStore>) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
Deprecated.
getAll(Predicate<ArtifactStore>) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getAllArtifactStores() - Method in interface org.commonjava.indy.data.StoreDataManager
Deprecated.
We should avoid to call this method in new microservice architecture due to performance consideration
getAllByDefaultPackageTypes() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getAllByDefaultPackageTypes() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getAllGroups(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getAllGroups(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getAllGroups(String, Boolean) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getAllGroups(String, Boolean) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getAllHostedRepositories(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getAllHostedRepositories(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getAllHostedRepositories(String, Boolean) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getAllHostedRepositories(String, Boolean) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getAllRemoteRepositories(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getAllRemoteRepositories(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getAllRemoteRepositories(String, Boolean) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getAllRemoteRepositories(String, Boolean) - 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.
getArtifactStoresByPkgAndType(String, StoreType) - Method in interface org.commonjava.indy.data.StoreDataManager
 
getAttribute(String, Class<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.CacheOnlyLocation
 
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.util.RequestContextHelper
 
getContext(String, T) - Static method in class org.commonjava.indy.util.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
 
getFoloISPNQueryPaginationEnabled() - Method in class org.commonjava.indy.conf.InternalFeatureConfig
 
getForkJoinPoolCommonParallelism() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
getForkJoinPoolCommonParallelism() - Method in interface org.commonjava.indy.conf.IndyConfiguration
 
getGACacheStorePattern() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
getGACacheStorePattern() - Method in interface org.commonjava.indy.conf.IndyConfiguration
 
getGACacheStorePattern(String) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
getGroup(String, String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getGroup(String, String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getGroupsAffectedBy(Collection<StoreKey>) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getGroupsAffectedBy(Collection<StoreKey>) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getGroupsAffectedBy(StoreKey...) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getGroupsAffectedBy(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
 
getGroupsContaining(StoreKey, Boolean) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getGroupsContaining(StoreKey, Boolean) - 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, String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getHostedRepository(String, String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getHttpMetadata(StoreKey, String) - Method in interface org.commonjava.indy.content.ContentManager
 
getHttpMetadata(Transfer) - 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
 
getKeyspaceReplicas() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
getKeyspaceReplicas() - Method in interface org.commonjava.indy.conf.IndyConfiguration
The replication factor of cassandra keyspaces
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.
getNonReadonlyLocation(Location) - Static method in class org.commonjava.indy.util.LocationUtils
 
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, String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getOrderedConcreteStoresInGroup(String, String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getOrderedConcreteStoresInGroup(String, String, Boolean) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getOrderedConcreteStoresInGroup(String, String, Boolean) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getOrderedStoresInGroup(String, String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getOrderedStoresInGroup(String, String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getOrderedStoresInGroup(String, String, Boolean) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getOrderedStoresInGroup(String, String, Boolean) - 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.util.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, String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getRemoteRepository(String, String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getRemoteRepositoryByUrl(String, String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getRemoteRepositoryByUrl(String, String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
getRemoteRepositoryByUrl(String, String, Boolean) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
getRemoteRepositoryByUrl(String, String, Boolean) - 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.util.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(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...) - Method in interface org.commonjava.indy.content.DownloadManager
 
getStorageReference(ArtifactStore, String, TransferOperation) - Method in interface org.commonjava.indy.content.DownloadManager
Retrieve a Transfer object suitable for use in the specified operation.
getStorageReference(StoreKey, String...) - Method in interface org.commonjava.indy.content.DownloadManager
 
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(ArtifactStore) - Method in interface org.commonjava.indy.content.DownloadManager
 
getStoreRootDirectory(StoreKey) - 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(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(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) - Method in interface org.commonjava.indy.content.DirectContentAccess
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.
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
 
GONE - org.commonjava.indy.util.ApplicationStatus
 
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
 

H

handleContentDeletion(ArtifactStore, String, EventMetadata) - Method in class org.commonjava.indy.content.AbstractContentGenerator
 
handleContentDeletion(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentGenerator
Tidy up any generated content associated with the deleted file
handleContentStorage(ArtifactStore, String, Transfer, EventMetadata) - Method in class org.commonjava.indy.content.AbstractContentGenerator
 
handleContentStorage(ArtifactStore, String, Transfer, EventMetadata) - Method in interface org.commonjava.indy.content.ContentGenerator
Tidy up any generated content associated with the stored file
hasArtifactStore(StoreKey) - Method in interface org.commonjava.indy.data.StoreDataManager
Return true if the system contains a ArtifactStore with the given key (combination of StoreType and name); false otherwise.
hashCode() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
 
hashCode() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
 
hashCode() - Method in class org.commonjava.indy.util.AcceptInfo
 
HOSTNAME - Static variable in class org.commonjava.indy.conf.EnvironmentConfig
 
HTTP_GET_OR_HEAD - Static variable in class org.commonjava.indy.data.StoreValidationConstants
 
HTTP_GET_STATUS - Static variable in class org.commonjava.indy.data.StoreValidationConstants
 
HTTP_HEAD_STATUS - Static variable in class org.commonjava.indy.data.StoreValidationConstants
 
HTTP_METHOD - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
HTTP_PARAM_REPO - Static variable in interface org.commonjava.indy.content.DownloadManager
Key used to bind RemoteRepository instances to the HTTP client in order to extract SSL/authentication info.
HTTP_PROTOCOL - Static variable in class org.commonjava.indy.data.StoreValidationConstants
 
HTTP_REQUEST_URI - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
HTTP_STATUS - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
HTTPS - Static variable in class org.commonjava.indy.data.StoreValidationConstants
 

I

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_origin - org.commonjava.indy.util.ApplicationHeader
 
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(int, String, Object...) - Constructor for exception org.commonjava.indy.data.IndyDataException
 
IndyDataException(int, String, Throwable, Object...) - Constructor for exception org.commonjava.indy.data.IndyDataException
 
IndyDataException(String, Object...) - Constructor for exception org.commonjava.indy.data.IndyDataException
 
IndyDataException(String, Throwable, 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, Object...) - Constructor for exception org.commonjava.indy.action.IndyLifecycleException
 
IndyLifecycleException(String, Throwable, Object...) - Constructor for exception org.commonjava.indy.action.IndyLifecycleException
 
IndyLifecycleManager - Class in org.commonjava.indy.action
Handles the startup sequence (managing BootupAction, MigrationAction, and StartupAction instances in order), and the shutdown sequence (managing ShutdownAction instances in order.
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(int, String, Object...) - Constructor for exception org.commonjava.indy.IndyWorkflowException
 
IndyWorkflowException(int, String, Throwable, Object...) - Constructor for exception org.commonjava.indy.IndyWorkflowException
 
IndyWorkflowException(String, Object...) - Constructor for exception org.commonjava.indy.IndyWorkflowException
 
IndyWorkflowException(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.util.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.util.RequestContextHelper
 
IS_RAW_VIEW - Static variable in class org.commonjava.indy.util.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.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
 
isMavenMetadataCacheEnabled() - Method in class org.commonjava.indy.conf.InternalFeatureConfig
 
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.
isStoreAutoDisableAndReEnable() - Method in class org.commonjava.indy.conf.InternalFeatureConfig
 
isStoreManagerStandalone() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
isStoreManagerStandalone() - Method in interface org.commonjava.indy.conf.IndyConfiguration
Decide storeDataManager to run as standalone mode or cassandra mode
isTimeoutProcessing() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
isTimeoutProcessing() - Method in interface org.commonjava.indy.conf.IndyConfiguration
Is for PartyLine Cache Timeout Processing
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
 

J

join(String, String...) - Static method in class org.commonjava.indy.util.PathUtils
 

K

key() - Method in enum org.commonjava.indy.util.ApplicationHeader
 
KEYED_LOCATION_METADATA - Static variable in class org.commonjava.indy.util.LocationUtils
 
KeyedLocation - Interface in org.commonjava.indy.model.galley
Location that references a particular StoreKey, bridging Galley transfer management with the store definitions of Indy.

L

last_modified - org.commonjava.indy.util.ApplicationHeader
 
list(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.ContentManager
 
list(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.DownloadManager
 
list(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
 
list(ArtifactStore, String) - Method in interface org.commonjava.indy.content.ContentManager
 
list(ArtifactStore, String) - Method in interface org.commonjava.indy.content.DownloadManager
 
list(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
 
list(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
 
listRaw(ArtifactStore, String) - Method in interface org.commonjava.indy.content.DirectContentAccess
 
listRaw(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.DirectContentAccess
 
listRaw(ArtifactStore, List<String>) - Method in interface org.commonjava.indy.content.DirectContentAccess
 
listRaw(ArtifactStore, List<String>, EventMetadata) - Method in interface org.commonjava.indy.content.DirectContentAccess
 
listRecursively(StoreKey, String) - Method in interface org.commonjava.indy.content.DownloadManager
 
load(String) - Method in interface org.commonjava.indy.conf.IndyConfigFactory
Read all configurations and apply them to the different configuration-class instances available.
LocalIndyNodeProvider - Class in org.commonjava.indy.cluster
 
LocalIndyNodeProvider() - Constructor for class org.commonjava.indy.cluster.LocalIndyNodeProvider
 
location - org.commonjava.indy.util.ApplicationHeader
 
LocationStoreUpdateListener - Class in org.commonjava.indy.model.galley
This listener is responsible for clearing / re-creating Location instances associated with ArtifactStores when the store gets updated.
LocationStoreUpdateListener() - Constructor for class org.commonjava.indy.model.galley.LocationStoreUpdateListener
 
LocationUtils - Class in org.commonjava.indy.util
 

M

MAILFORMED_URL - Static variable in class org.commonjava.indy.data.StoreValidationConstants
 
md5 - org.commonjava.indy.util.ApplicationHeader
 
MergedContentAction - Interface in org.commonjava.indy.content
Created by jdcasey on 1/20/17.
message() - Method in enum org.commonjava.indy.util.ApplicationStatus
 
METADATA - org.commonjava.indy.spi.pkg.ContentQuality
 
METADATA_CONTENT - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
METHOD_NOT_ALLOWED - org.commonjava.indy.util.ApplicationStatus
 
migrate() - Method in interface org.commonjava.indy.action.MigrationAction
Execute the migration, and return whether anything was changed as a result.
MigrationAction - Interface in org.commonjava.indy.action
Converts storage/data formats from older versions of Indy into up-to-date forms.
MimeTyper - Class in org.commonjava.indy.util
 
MimeTyper() - Constructor for class org.commonjava.indy.util.MimeTyper
 
MOVED_PERMANENTLY - org.commonjava.indy.util.ApplicationStatus
 

N

NO_CONTENT - org.commonjava.indy.util.ApplicationStatus
 
NoOpStoreEventDispatcher - Class in org.commonjava.indy.data
 
NoOpStoreEventDispatcher() - Constructor for class org.commonjava.indy.data.NoOpStoreEventDispatcher
 
noPackageType() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
 
noPackageType() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
 
normalizePathPart(String) - Static method in class org.commonjava.indy.util.PathUtils
 
NOT_ALLOWED_SSL - Static variable in class org.commonjava.indy.data.StoreValidationConstants
 
NOT_ALOWED_SSL - Static variable in class org.commonjava.indy.data.StoreValidationConstants
 
NOT_FOUND - org.commonjava.indy.util.ApplicationStatus
 
NOT_IMPLEMENTED - org.commonjava.indy.util.ApplicationStatus
 
NOT_MODIFIED - org.commonjava.indy.util.ApplicationStatus
 

O

OK - org.commonjava.indy.util.ApplicationStatus
 
onEvent(Object) - Method in class org.commonjava.indy.change.AllEventsListener
Print the event to the console
org.commonjava.indy - package org.commonjava.indy
 
org.commonjava.indy.action - package org.commonjava.indy.action
 
org.commonjava.indy.action.fixture - package org.commonjava.indy.action.fixture
 
org.commonjava.indy.audit - package org.commonjava.indy.audit
 
org.commonjava.indy.change - package org.commonjava.indy.change
 
org.commonjava.indy.change.event - package org.commonjava.indy.change.event
 
org.commonjava.indy.cluster - package org.commonjava.indy.cluster
 
org.commonjava.indy.conf - package org.commonjava.indy.conf
 
org.commonjava.indy.content - package org.commonjava.indy.content
 
org.commonjava.indy.data - package org.commonjava.indy.data
 
org.commonjava.indy.inject - package org.commonjava.indy.inject
 
org.commonjava.indy.model.galley - package org.commonjava.indy.model.galley
 
org.commonjava.indy.spi - package org.commonjava.indy.spi
 
org.commonjava.indy.spi.pkg - package org.commonjava.indy.spi.pkg
 
org.commonjava.indy.util - package org.commonjava.indy.util
 

P

PACKAGE_TYPE - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
parameter(String, String) - Method in class org.commonjava.indy.conf.EnvironmentConfig
 
parse(String...) - Method in class org.commonjava.indy.util.AcceptInfoParser
 
parse(Collection<String>) - Method in class org.commonjava.indy.util.AcceptInfoParser
 
parse(Enumeration<String>) - Method in class org.commonjava.indy.util.AcceptInfoParser
 
parser() - Static method in class org.commonjava.indy.util.AcceptInfo
 
PATH - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
PATH_STYLE - Static variable in class org.commonjava.indy.util.LocationUtils
 
PathUtils - Class in org.commonjava.indy.util
 
postConstruct() - Method in class org.commonjava.indy.content.IndyPathGenerator
 
PROP_NODE_ID - Static variable in interface org.commonjava.indy.conf.IndyConfiguration
 
proxy_authenticate - org.commonjava.indy.util.ApplicationHeader
 
PROXY_AUTHENTICATION_REQUIRED - org.commonjava.indy.util.ApplicationStatus
 
proxy_authorization - org.commonjava.indy.util.ApplicationHeader
 

Q

query() - Method in interface org.commonjava.indy.data.StoreDataManager
 

R

RAW_IO_READ_NANOS - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
RAW_IO_WRITE_NANOS - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
RELEASE - org.commonjava.indy.spi.pkg.ContentQuality
 
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.util.RequestContextHelper
 
REQUEST_LATENCY_NS - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
REQUEST_PARENT_SPAN - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
REQUEST_PHASE - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
REQUEST_PHASE_END - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
REQUEST_PHASE_START - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
RequestContextHelper - Class in org.commonjava.indy.util
The scope annotations (Thread, Header, MDC) tell where the constant is available/used.
RequestContextHelper() - Constructor for class org.commonjava.indy.util.RequestContextHelper
 
rescan(ArtifactStore) - 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.ContentManager
 
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>) - Method in interface org.commonjava.indy.content.DownloadManager
 
rescanAll(List<? extends ArtifactStore>, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
 
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.util.RequestContextHelper
 
REST_CLASS_PATH - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
REST_ENDPOINT_PATH - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
REST_METHOD_PATH - Static variable in class org.commonjava.indy.util.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) - 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.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.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) - 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.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.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) - 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.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.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.
ROOT_PATH - Static variable in interface org.commonjava.indy.content.DownloadManager
Root path used when retrieving the root of a Location's cache.

S

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
 
SERVER_ERROR - org.commonjava.indy.util.ApplicationStatus
 
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.util.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
 
setFoloISPNQueryPaginationEnabled(Boolean) - Method in class org.commonjava.indy.conf.InternalFeatureConfig
 
setForkJoinPoolCommonParallelism(Integer) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
setKeyspaceReplicas(int) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
setMavenMetadataCacheEnabled(boolean) - Method in class org.commonjava.indy.conf.InternalFeatureConfig
 
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
 
setStoreAutoDisableAndReEnable(boolean) - Method in class org.commonjava.indy.conf.InternalFeatureConfig
 
setStoreDisableTimeoutSeconds(Integer) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
setStoreKey(StoreKey) - Method in class org.commonjava.indy.data.ArtifactStoreValidateData
 
setStoreManagerStandalone(Boolean) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
setStoreValidation(Boolean) - Method in class org.commonjava.indy.conf.InternalFeatureConfig
 
setTimeoutProcessing(Boolean) - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
 
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
 
setValid(Boolean) - Method in class org.commonjava.indy.data.ArtifactStoreValidateData.Builder
 
sha1 - org.commonjava.indy.util.ApplicationHeader
 
ShutdownAction - Interface in org.commonjava.indy.action
Performs some sort of service/subsystem shutdown as Indy is stopping.
SNAPSHOT - org.commonjava.indy.spi.pkg.ContentQuality
 
SPAN_ID_HEADER - Static variable in class org.commonjava.indy.util.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.
started - org.commonjava.indy.change.event.IndyLifecycleEvent.Type
 
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(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.
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.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) - 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.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.DownloadManager
Store the content contained in the InputStream under the given path within the storage directory for the given ArtifactStore.
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
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
Deprecated.
We should avoid to call this method in new microservice architecture due to performance consideration
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.

T

TARGET_STORE - Static variable in interface org.commonjava.indy.data.StoreDataManager
We pass the target store through different modules, e.g, in case of promotion.
text_css - Static variable in class org.commonjava.indy.util.ApplicationContent
 
text_html - Static variable in class org.commonjava.indy.util.ApplicationContent
 
text_plain - Static variable in class org.commonjava.indy.util.ApplicationContent
 
toLocation(ArtifactStore) - Static method in class org.commonjava.indy.util.LocationUtils
 
toLocations(List<? extends ArtifactStore>) - Static method in class org.commonjava.indy.util.LocationUtils
 
toLocations(ArtifactStore...) - Static method in class org.commonjava.indy.util.LocationUtils
 
toString() - Method in class org.commonjava.indy.audit.ChangeSummary
 
toString() - Method in class org.commonjava.indy.change.event.AbstractStoreDeleteEvent
 
toString() - Method in class org.commonjava.indy.change.event.ArtifactStoreEnablementEvent
 
toString() - Method in class org.commonjava.indy.change.event.ArtifactStoreUpdateEvent
 
toString() - Method in class org.commonjava.indy.data.ArtifactStoreValidateData
 
toString() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
 
toString() - Method in class org.commonjava.indy.model.galley.GroupLocation
 
toString() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
 
toString() - Method in class org.commonjava.indy.util.AcceptInfo
 
TRACE_ID - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
transfer_encoding - org.commonjava.indy.util.ApplicationHeader
 

U

UIConfiguration - Class in org.commonjava.indy.conf
Configuration class that tells Indy where its UI files are.
UIConfiguration() - Constructor for class org.commonjava.indy.conf.UIConfiguration
 
UIConfiguration(File) - Constructor for class org.commonjava.indy.conf.UIConfiguration
 
UNAUTHORIZED - org.commonjava.indy.util.ApplicationStatus
 
UNKNOWN - Static variable in class org.commonjava.indy.conf.EnvironmentConfig
 
UPDATE - org.commonjava.indy.change.event.ArtifactStoreUpdateType
upadting an existing store.
updated(ArtifactStoreUpdateType, EventMetadata, Map<ArtifactStore, ArtifactStore>) - Method in class org.commonjava.indy.data.NoOpStoreEventDispatcher
 
updated(ArtifactStoreUpdateType, EventMetadata, Map<ArtifactStore, ArtifactStore>) - Method in interface org.commonjava.indy.data.StoreEventDispatcher
 
updating(ArtifactStoreUpdateType, EventMetadata, Map<ArtifactStore, ArtifactStore>) - Method in class org.commonjava.indy.data.NoOpStoreEventDispatcher
 
updating(ArtifactStoreUpdateType, EventMetadata, Map<ArtifactStore, ArtifactStore>) - Method in interface org.commonjava.indy.data.StoreEventDispatcher
 
upperKey() - Method in enum org.commonjava.indy.util.ApplicationHeader
 
uri - org.commonjava.indy.util.ApplicationHeader
 
UriFormatter - Interface in org.commonjava.indy.util
 
UrlInfo - Class in org.commonjava.indy.util
 
UrlInfo(String) - Constructor for class org.commonjava.indy.util.UrlInfo
 
UserLifecycleManager - Interface in org.commonjava.indy.action
Created by ruhan on 11/16/16.

V

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

W

waitForChange(int, long, long) - Method in class org.commonjava.indy.util.ChangeSynchronizer
 
writeDefaultConfigs(File) - Method in interface org.commonjava.indy.conf.IndyConfigFactory
Query all configuration modules for their default configuration files and content, and write them to the specified configuration directory structure.

X

X_FORWARDED_FOR - Static variable in class org.commonjava.indy.util.RequestContextHelper
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages