org.olat.core.extensions
Interface ExtensionResource

All Known Implementing Classes:
ClasspathExtensionResource

public interface ExtensionResource

Description:


Method Summary
 java.io.InputStream getContent()
          This is the content of the extension resource.
 java.lang.String getTargetName()
          This is the name this extension resource should be given after deployment.
 java.lang.String getTargetSubpath()
          This is the subpath the extension resource should be deployed to.
 

Method Detail

getTargetName

java.lang.String getTargetName()
This is the name this extension resource should be given after deployment.

Returns:

getTargetSubpath

java.lang.String getTargetSubpath()
This is the subpath the extension resource should be deployed to.

Returns:

getContent

java.io.InputStream getContent()
                               throws java.io.IOException
This is the content of the extension resource.

Returns:
Throws:
java.io.IOException