public abstract class AbstractDesignFile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FILECONTAINER_METADATA_FILENAME |
static org.apache.log4j.Logger |
LOG |
| Constructor and Description |
|---|
AbstractDesignFile(FileSystemDesignManager manager,
org.apache.commons.vfs2.FileObject file,
int type) |
AbstractDesignFile(FileSystemDesignManager manager,
java.lang.String codeFilePath,
java.lang.String codeFileName,
int type) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.vfs2.FileObject |
getCodeFile() |
java.lang.String |
getCodeFilePath() |
org.apache.commons.vfs2.FileObject |
getMetadataFile() |
java.lang.String |
getSuffix() |
int |
getType() |
void |
processDesignHeader(java.lang.String line,
de.innovationgate.wga.model.DesignMetadataInfo md) |
public static final transient org.apache.log4j.Logger LOG
public static final java.lang.String FILECONTAINER_METADATA_FILENAME
public AbstractDesignFile(FileSystemDesignManager manager, java.lang.String codeFilePath, java.lang.String codeFileName, int type) throws org.apache.commons.vfs2.FileSystemException, WGDesignSyncException
org.apache.commons.vfs2.FileSystemExceptionWGDesignSyncExceptionpublic AbstractDesignFile(FileSystemDesignManager manager, org.apache.commons.vfs2.FileObject file, int type) throws org.apache.commons.vfs2.FileSystemException, WGDesignSyncException
org.apache.commons.vfs2.FileSystemExceptionWGDesignSyncExceptionpublic org.apache.commons.vfs2.FileObject getCodeFile()
throws org.apache.commons.vfs2.FileSystemException,
WGDesignSyncException
org.apache.commons.vfs2.FileSystemExceptionWGDesignSyncExceptionpublic void processDesignHeader(java.lang.String line,
de.innovationgate.wga.model.DesignMetadataInfo md)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.io.IOException,
WGDesignSyncException
java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionjava.io.IOExceptionWGDesignSyncExceptionpublic int getType()
public org.apache.commons.vfs2.FileObject getMetadataFile()
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.io.IOException,
WGDesignSyncException
java.io.IOExceptionjava.lang.IllegalAccessExceptionjava.lang.InstantiationExceptionWGDesignSyncExceptionpublic java.lang.String getCodeFilePath()
public java.lang.String getSuffix()