com.bonevich.erj.app
Class ProjectProperties

java.lang.Object
  |
  +--com.bonevich.erj.app.ProjectComponent
        |
        +--com.bonevich.erj.app.ProjectProperties

public final class ProjectProperties
extends ProjectComponent


Field Summary
static java.lang.String PROJECT_PROPERTIES_EXTENSION
           
static java.lang.String PROJECT_TEE
           
 
Fields inherited from class com.bonevich.erj.app.ProjectComponent
_entryFilename, _project, _type, DTD, ERJ, HTML, OTHER, SVG, TEXT, XMI, XML
 
Constructor Summary
ProjectProperties(Project project)
           
 
Method Summary
 java.lang.String getEntryExtension()
           
 void initEntryFilename()
           
 void load(java.io.InputStream in)
           
 void save(java.io.OutputStream out)
           
 
Methods inherited from class com.bonevich.erj.app.ProjectComponent
getEntryFilename, getProject, getType, setEntryFilename, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_PROPERTIES_EXTENSION

public static final java.lang.String PROJECT_PROPERTIES_EXTENSION
See Also:
Constant Field Values

PROJECT_TEE

public static final java.lang.String PROJECT_TEE
See Also:
Constant Field Values
Constructor Detail

ProjectProperties

public ProjectProperties(Project project)
Method Detail

getEntryExtension

public java.lang.String getEntryExtension()
Specified by:
getEntryExtension in class ProjectComponent

initEntryFilename

public void initEntryFilename()
Specified by:
initEntryFilename in class ProjectComponent

load

public void load(java.io.InputStream in)
          throws java.io.IOException
Specified by:
load in class ProjectComponent
java.io.IOException

save

public void save(java.io.OutputStream out)
          throws java.io.IOException
Specified by:
save in class ProjectComponent
java.io.IOException


Copyright © 2001-2003 bonevich.com. All Rights Reserved.