Modifier and Type | Method and Description |
---|---|
T |
EntryAdapter.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactEntry artifactEntry,
Entry entryToAdapt)
Adapt from the Adaptable 'entryToAdapt' to type T
|
<T> T |
AdapterFactoryService.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactEntry artifactEntry,
Entry entryToAdapt,
java.lang.Class<T> t) |
Modifier and Type | Method and Description |
---|---|
ArtifactEntry |
ArtifactContainer.getEntry(java.lang.String pathAndName)
Obtain an entry from this container.
|
ArtifactEntry |
ArtifactContainer.getEntryInEnclosingContainer()
Get the Entry representing this entity within its EnclosingContainer
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OverlayContainer.addToOverlay(ArtifactEntry e)
Adds an Entry to the Overlay.
|
boolean |
OverlayContainer.addToOverlay(ArtifactEntry e,
java.lang.String path,
boolean representsNewRoot)
Adds an Entry to the Overlay.
|