public final class StaticFile extends ResourceFile
| Constructor and Description |
|---|
StaticFile(ClassLoader _classLoader,
String _resourceName,
boolean isResource) |
StaticFile(String _resourceName) |
StaticFile(String _resourceName,
boolean isResource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
build(OutputStream os)
called by Package to produce the file image.
|
protected boolean |
isResource()
Returns true if this file should be generated into the directory
that the resource files go into.
|
namepublic StaticFile(String _resourceName)
public StaticFile(String _resourceName, boolean isResource)
public StaticFile(ClassLoader _classLoader, String _resourceName, boolean isResource)
isResource - false if this is a Java source file. True if this is other resource files.protected boolean isResource()
ResourceFileisResource in class ResourceFileprotected void build(OutputStream os) throws IOException
ResourceFilebuild in class ResourceFileIOExceptionCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.