- 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
-
- getAll() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAll(Predicate<ArtifactStore>) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAll() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getAll(Predicate<ArtifactStore>) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getAllArtifactStores() - Method in interface org.commonjava.indy.data.StoreDataManager
-
Return the full list of ArtifactStore instances of a given StoreType (hosted, remote, or group) available on the system.
- getAllByDefaultPackageTypes() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAllByDefaultPackageTypes() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getAllGroups() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAllGroups() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getAllHostedRepositories() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAllHostedRepositories() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getAllRemoteRepositories() - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getAllRemoteRepositories() - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getArtifactStore(StoreKey) - Method in interface org.commonjava.indy.data.StoreDataManager
-
Return the ArtifactStore instance corresponding to the given key, where key is a composite of StoreType
(hosted, remote, or group) and name.
- getArtifactStoresByKey() - Method in interface org.commonjava.indy.data.StoreDataManager
-
Return a mapping of ArtifactStore's keyed by the corresponding StoreKey.
- getAttribute(String, Class<T>) - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getAttribute(String, Class<T>, T) - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getAttribute(String, Class<T>) - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getAttribute(String, Class<T>, T) - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getAttributes() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getAttributes() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getBaseAccept() - Method in class org.commonjava.indy.util.AcceptInfo
-
- getBootPriority() - Method in interface org.commonjava.indy.action.BootupAction
-
Used to sort the actions, with highest priority executing first.
- getByName(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getByName(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- 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
-
- getDefaultConfig() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- 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.UIConfiguration
-
- getDefaultConfigFileName() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- 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.UIConfiguration
-
- getDefaultVersion() - Method in class org.commonjava.indy.util.AcceptInfoParser
-
- getEnabled() - Method in class org.commonjava.indy.conf.UIConfiguration
-
- getError() - Method in class org.commonjava.indy.change.event.IndyStoreErrorEvent
-
- 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
-
- getFileWithNoLastSlash() - Method in class org.commonjava.indy.util.UrlInfo
-
- getGroup(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getGroup(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getGroupsAffectedBy(StoreKey...) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getGroupsAffectedBy(Collection<StoreKey>) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getGroupsAffectedBy(StoreKey...) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getGroupsAffectedBy(Collection<StoreKey>) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getGroupsContaining(StoreKey) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getGroupsContaining(StoreKey) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getHost() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getHost() - Method in class org.commonjava.indy.util.UrlInfo
-
- getHostedRepository(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getHostedRepository(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getHttpMetadata(Transfer) - Method in interface org.commonjava.indy.content.ContentManager
-
- getHttpMetadata(StoreKey, String) - Method in interface org.commonjava.indy.content.ContentManager
-
- getId() - Method in interface org.commonjava.indy.action.IndyLifecycleAction
-
Used mainly for reporting, this is a unique identifier for this action.
- getId() - Method in interface org.commonjava.indy.spi.IndyAddOn
-
Retrieve an identifier for this add-on which contains various UI configurations, along with a basic name for the add-on.
- getIndyAccept(String) - Static method in class org.commonjava.indy.util.ApplicationContent
-
- getIndyConfDir() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getIndyConfDir() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getIndyHomeDir() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getIndyHomeDir() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getIpForUrl() - Method in class org.commonjava.indy.util.UrlInfo
-
- getKey() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getKey() - Method in interface org.commonjava.indy.model.galley.KeyedLocation
-
- getKey() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getKey(FileEvent) - Static method in class org.commonjava.indy.util.LocationUtils
-
- getKey(Transfer) - Static method in class org.commonjava.indy.util.LocationUtils
-
- getKeyCertPem() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- 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
- getNotFoundCacheTimeoutSeconds() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getNotFoundCacheTimeoutSeconds() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
Number of seconds before a negative cache (or, not-found cache) URL record will timeout.
- getOrderedConcreteStoresInGroup(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getOrderedConcreteStoresInGroup(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getOrderedStoresInGroup(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getOrderedStoresInGroup(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getOriginal(T) - Method in class org.commonjava.indy.change.event.ArtifactStoreUpdateEvent
-
- getPassthroughTimeoutSeconds() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getPassthroughTimeoutSeconds() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
Number of seconds before the content in a repository marked as "pass-through" will timeout.
- getPassword() - Method in class org.commonjava.indy.util.UrlInfo
-
- getPort() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getPort() - 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
-
- getRawUrl() - Method in class org.commonjava.indy.util.UrlInfo
-
- getRemoteRepository(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getRemoteRepository(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getRemoteRepositoryByUrl(String) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- getRemoteRepositoryByUrl(String) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- getRequestTimeoutSeconds() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getRequestTimeoutSeconds() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getRevisionId() - Method in class org.commonjava.indy.audit.ChangeSummary
-
- getServerCertPem() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getShutdownPriority() - Method in interface org.commonjava.indy.action.ShutdownAction
-
Used to sort the actions, with highest priority executing first.
- getSpecialPathSet() - Method in interface org.commonjava.indy.content.SpecialPathSetProducer
-
- getStandardAccept(String) - Static method in class org.commonjava.indy.util.ApplicationContent
-
- getStartupPriority() - Method in interface org.commonjava.indy.action.StartupAction
-
Used to sort the actions, with highest priority executing first.
- getStatus() - Method in exception org.commonjava.indy.data.IndyDataException
-
- getStatus() - Method in exception org.commonjava.indy.IndyWorkflowException
-
- getStatus(int) - Static method in enum org.commonjava.indy.util.ApplicationStatus
-
- getStorageReference(StoreKey, String...) - Method in interface org.commonjava.indy.content.DownloadManager
-
- getStorageReference(ArtifactStore, String...) - Method in interface org.commonjava.indy.content.DownloadManager
-
- getStorageReference(List<ArtifactStore>, String, TransferOperation) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve a Transfer object suitable for use in the specified operation.
- getStorageReference(ArtifactStore, String, TransferOperation) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve a Transfer object suitable for use in the specified operation.
- getStoreDisableTimeoutSeconds() - Method in class org.commonjava.indy.conf.DefaultIndyConfiguration
-
- getStoreDisableTimeoutSeconds() - Method in interface org.commonjava.indy.conf.IndyConfiguration
-
- getStoreKey() - Method in class org.commonjava.indy.change.event.IndyStoreErrorEvent
-
- getStoreKey() - Method in class org.commonjava.indy.content.StoreResource
-
Retrieve the
StoreKey from the
KeyedLocation referenced by this resource.
- getStoreRootDirectory(StoreKey) - Method in interface org.commonjava.indy.content.DownloadManager
-
- getStoreRootDirectory(ArtifactStore) - Method in interface org.commonjava.indy.content.DownloadManager
-
- getStoreRoots() - Method in class org.commonjava.indy.change.event.AbstractStoreDeleteEvent
-
- getStores() - Method in class org.commonjava.indy.change.event.AbstractIndyEvent
-
- getStores() - Method in class org.commonjava.indy.change.event.AbstractStoreDeleteEvent
-
- getStores() - Method in class org.commonjava.indy.change.event.ArtifactStoreEnablementEvent
-
- getStores() - Method in interface org.commonjava.indy.change.event.IndyStoreEvent
-
- getSummary() - Method in class org.commonjava.indy.audit.ChangeSummary
-
- getSystemProperties() - Method in interface org.commonjava.indy.conf.SystemPropertyProvider
-
- getTimestamp() - Method in class org.commonjava.indy.audit.ChangeSummary
-
- getTransfer(ArtifactStore, String, TransferOperation) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve a Transfer object suitable for use in the specified operation.
- getTransfer(StoreKey, String, TransferOperation) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve a Transfer object suitable for use in the specified operation.
- getTransfer(List<ArtifactStore>, String, TransferOperation) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve a Transfer object suitable for use in the specified operation.
- getTransfer(ArtifactStore, String) - Method in interface org.commonjava.indy.content.DirectContentAccess
-
Retrieve a Transfer object suitable for use in the specified operation.
- getTransfer(StoreKey, String) - Method in interface org.commonjava.indy.content.DirectContentAccess
-
Retrieve a Transfer object suitable for use in the specified operation.
- getTrustType() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getType() - Method in class org.commonjava.indy.change.event.ArtifactStoreUpdateEvent
-
Return the type of update that took place.
- getType() - Method in class org.commonjava.indy.change.event.IndyLifecycleEvent
-
- getUIDir() - Method in class org.commonjava.indy.conf.UIConfiguration
-
- getUri() - Method in class org.commonjava.indy.model.galley.CacheOnlyLocation
-
- getUri() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getUrl() - Method in class org.commonjava.indy.util.UrlInfo
-
- getUrlWithNoSchemeAndLastSlash() - Method in class org.commonjava.indy.util.UrlInfo
-
- getUser() - Method in class org.commonjava.indy.audit.ChangeSummary
-
- getUser() - Method in class org.commonjava.indy.model.galley.RepositoryLocation
-
- getUser() - Method in class org.commonjava.indy.util.UrlInfo
-
- getUserLifecycleActions(String, Class<T>) - Method in class org.commonjava.indy.action.fixture.AlternativeUserLifecycleManager
-
- getUserLifecycleActions(String, Class<T>) - Method in interface org.commonjava.indy.action.UserLifecycleManager
-
- getVersion() - Method in class org.commonjava.indy.util.AcceptInfo
-
- GroupLocation - Class in org.commonjava.indy.model.galley
-
KeyedLocation implementation that represents an Indy
Group store.
- GroupLocation(String) - Constructor for class org.commonjava.indy.model.galley.GroupLocation
-
Deprecated.
- GroupLocation(String, String) - Constructor for class org.commonjava.indy.model.galley.GroupLocation
-
- 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
-
- rescan(ArtifactStore) - Method in interface org.commonjava.indy.content.ContentManager
-
- rescan(ArtifactStore, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
- rescan(ArtifactStore) - Method in interface org.commonjava.indy.content.DownloadManager
-
- rescan(ArtifactStore, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
- rescanAll(List<? extends ArtifactStore>) - Method in interface org.commonjava.indy.content.ContentManager
-
- rescanAll(List<? extends ArtifactStore>, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
- rescanAll(List<? extends ArtifactStore>) - Method in interface org.commonjava.indy.content.DownloadManager
-
- rescanAll(List<? extends ArtifactStore>, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
- resetChanged() - Method in class org.commonjava.indy.util.ChangeSynchronizer
-
- resolve(String) - Method in class org.commonjava.indy.model.galley.IndyLocationResolver
-
- RestApp - Annotation Type in org.commonjava.indy.inject
-
- retrieve(ArtifactStore, String) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from the given store, then return the transfer that references the content.
- retrieve(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from the given store, then return the transfer that references the content.
- retrieve(ArtifactStore, String) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from the given store, then return the transfer that references the content.
- retrieve(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from the given store, then return the transfer that references the content.
- retrieveAll(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from all stores, then return the set of transfers that reference the content.
- retrieveAll(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from all stores, then return the set of transfers that reference the content.
- retrieveAll(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from all stores, then return the set of transfers that reference the content.
- retrieveAll(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from all stores, then return the set of transfers that reference the content.
- retrieveAllRaw(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.DirectContentAccess
-
Mainly useful for content generators, this provides a mechanism for bypassing the content generation aspects
of the content manager and access whatever concrete content there is.
- retrieveFirst(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from the first store possible, then return then return the transfer that references the content without
iterating any farther.
- retrieveFirst(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.ContentManager
-
Retrieve the content at the given path from the first store possible, then return then return the transfer that references the content without
iterating any farther.
- retrieveFirst(List<? extends ArtifactStore>, String) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from the first store possible, then return then return the transfer that references the content without
iterating any farther.
- retrieveFirst(List<? extends ArtifactStore>, String, EventMetadata) - Method in interface org.commonjava.indy.content.DownloadManager
-
Retrieve the content at the given path from the first store possible, then return then return the transfer that references the content without
iterating any farther.
- retrieveRaw(ArtifactStore, String, EventMetadata) - Method in interface org.commonjava.indy.content.DirectContentAccess
-
Mainly useful for content generators, this provides a mechanism for bypassing the content generation aspects
of the content manager and access whatever concrete content there is.
- rewrap(StoreDataManager) - Method in interface org.commonjava.indy.data.ArtifactStoreQuery
-
- rewrap(StoreDataManager) - Method in class org.commonjava.indy.data.DelegatingArtifactStoreQuery
-
- ROOT_PATH - Static variable in interface org.commonjava.indy.content.DownloadManager
-
Root path used when retrieving the root of a Location's cache.
- 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() - 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