Modifier and Type | Method and Description |
---|---|
boolean |
StructureHelper.isRoot(ArtifactContainer e)
Override if the passed container should be considered as Container.isRoot true.
|
boolean |
StructureHelper.isValid(ArtifactContainer e,
java.lang.String path)
Determine if the path passed is supposed to exist.
|
Modifier and Type | Method and Description |
---|---|
Container |
AdaptableModuleFactory.getContainer(java.io.File overlayDirectory,
java.io.File cacheDirForOverlayContent,
ArtifactContainer container)
Obtain an adaptable container for a given artifact api container.
|
Modifier and Type | Method and Description |
---|---|
T |
ContainerAdapter.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactContainer artifactContainer,
Container containerToAdapt)
Adapt from the Adaptable 'containerToAdapt' to type T
|
<T> T |
AdapterFactoryService.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactContainer artifactContainer,
Container containerToAdapt,
java.lang.Class<T> t) |
Modifier and Type | Method and Description |
---|---|
ArtifactContainer |
ArtifactEntry.convertToContainer()
Attempt to convert this entry into a Container.
|
ArtifactContainer |
ArtifactEntry.convertToContainer(boolean localOnly)
Attempt to convert this entry into a ArtifactContainer.
|
ArtifactContainer |
ArtifactNotifier.ArtifactNotification.getContainer() |
ArtifactContainer |
DefaultArtifactNotification.getContainer() |
ArtifactContainer |
EnclosedEntity.getEnclosingContainer()
Get the Container that encloses this entity.
|
ArtifactContainer |
EnclosedEntity.getRoot()
Get the Container within this local root hierarchy, that would report isRoot=true.
|
Constructor and Description |
---|
DefaultArtifactNotification(ArtifactContainer root,
java.util.Collection<java.lang.String> paths)
Constructs an ArtifactNotification.
|
Modifier and Type | Method and Description |
---|---|
ArtifactContainer |
ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir,
ArtifactContainer parent,
ArtifactEntry entry,
java.lang.Object o)
Obtain a container for the passed Object.
|
ArtifactContainer |
ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir,
java.lang.Object o)
Obtain a container for the passed Object.
|
Modifier and Type | Method and Description |
---|---|
ArtifactContainer |
ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir,
ArtifactContainer parent,
ArtifactEntry entry,
java.lang.Object o)
Obtain a container for the passed Object.
|
Modifier and Type | Method and Description |
---|---|
ArtifactContainer |
ArtifactContainerFactoryContributor.createContainer(java.io.File workAreaCacheDir,
ArtifactContainer parent,
ArtifactEntry entry,
java.lang.Object o)
Create a container for the passed Object.
|
ArtifactContainer |
ArtifactContainerFactoryContributor.createContainer(java.io.File workAreaCacheDir,
java.lang.Object o)
Create a container for the passed Object.
|
Modifier and Type | Method and Description |
---|---|
ArtifactContainer |
ArtifactContainerFactoryContributor.createContainer(java.io.File workAreaCacheDir,
ArtifactContainer parent,
ArtifactEntry entry,
java.lang.Object o)
Create a container for the passed Object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OverlayContainer
Version of overlay container with only support for adding/overriding
of entries.
|
Modifier and Type | Method and Description |
---|---|
ArtifactContainer |
OverlayContainer.getContainerBeingOverlaid()
Get the Container this Overlay is wrapping
|
Modifier and Type | Method and Description |
---|---|
<T extends OverlayContainer> |
OverlayContainerFactory.createOverlay(java.lang.Class<T> overlayType,
ArtifactContainer b)
Create an overlay, for the requested overlayType.
|