com.ibm.ws.classloading.sharedlibrary

Interface SharedLibrary


  1. public interface SharedLibrary

Method Summary

Modifier and Type Method and Description
  1. java.util.EnumSet<ApiType>
getApiTypeVisibility()
Get the allowed API types for this shared library.
  1. java.lang.ClassLoader
getClassLoader()
Get the single classloader for this shared library.
  1. java.util.Collection<java.io.File>
getFiles()
This method returns the Collection of Files
  1. java.util.Collection<Fileset>
getFilesets()
This method returns the Collection of Fileset
  1. java.util.Collection<java.io.File>
getFolders()
This method returns the Collection of Folders
  1. java.lang.String
id()
The unique identifier for this shared library.

Method Detail

id

  1. java.lang.String id()
The unique identifier for this shared library.

getFilesets

  1. java.util.Collection<Fileset> getFilesets( )
This method returns the Collection of Fileset
Returns:
a list of contained Filesets

getClassLoader

  1. java.lang.ClassLoader getClassLoader( )
Get the single classloader for this shared library. There should be at most one of these in existence at any one time.

getApiTypeVisibility

  1. java.util.EnumSet<ApiType> getApiTypeVisibility( )
Get the allowed API types for this shared library.

getFiles

  1. java.util.Collection<java.io.File> getFiles( )
This method returns the Collection of Files
Returns:
a list of contained Filese

getFolders

  1. java.util.Collection<java.io.File> getFolders( )
This method returns the Collection of Folders
Returns:
a list of contained Folders