public class FileSystemDesignManager.ModuleFile
extends java.lang.Object
Constructor and Description |
---|
FileSystemDesignManager.ModuleFile(org.apache.commons.vfs2.FileObject file,
java.lang.String prefix,
java.lang.String category,
int type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory() |
org.apache.commons.vfs2.FileObject |
getFile() |
java.lang.String |
getModuleName() |
java.lang.String |
getPrefix() |
int |
getType() |
public FileSystemDesignManager.ModuleFile(org.apache.commons.vfs2.FileObject file, java.lang.String prefix, java.lang.String category, int type) throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemException
public org.apache.commons.vfs2.FileObject getFile()
public java.lang.String getPrefix()
public java.lang.String getModuleName()
public java.lang.String getCategory()
public int getType()