Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.wsspi.artifact.ArtifactEntry

  • Packages that use ArtifactEntry 
    Package Description
    com.ibm.wsspi.adaptable.module.adapters  
    com.ibm.wsspi.artifact  
    com.ibm.wsspi.artifact.factory  
    com.ibm.wsspi.artifact.factory.contributor  
    com.ibm.wsspi.artifact.overlay  
    • Uses of ArtifactEntry in com.ibm.wsspi.adaptable.module.adapters

      Methods in com.ibm.wsspi.adaptable.module.adapters with parameters of type ArtifactEntry 
      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) 
    • Uses of ArtifactEntry in com.ibm.wsspi.artifact

      Methods in com.ibm.wsspi.artifact that return ArtifactEntry 
      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
    • Uses of ArtifactEntry in com.ibm.wsspi.artifact.factory

      Methods in com.ibm.wsspi.artifact.factory with parameters of type ArtifactEntry 
      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.
    • Uses of ArtifactEntry in com.ibm.wsspi.artifact.factory.contributor

      Methods in com.ibm.wsspi.artifact.factory.contributor with parameters of type ArtifactEntry 
      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.
    • Uses of ArtifactEntry in com.ibm.wsspi.artifact.overlay

      Methods in com.ibm.wsspi.artifact.overlay with parameters of type ArtifactEntry 
      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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes