|
|||||||||
| Home >> All >> com >> lutris >> dods >> [ store overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.dods.store
Class Store

java.lang.Objectcom.lutris.dods.store.Store
- public class Store
- extends java.lang.Object
Class declaration
- Version:
- %I%, %G%
| Field Summary | |
private java.io.File |
currentDirectory
|
private java.io.File |
inputFile
|
private java.io.File |
outputFile
|
private com.lutris.dods.store.doa.DODSProject |
project
|
| Constructor Summary | |
Store()
Constructor declaration |
|
| Method Summary | |
void |
create()
Method declaration |
java.io.File |
getCurrentDirectory()
Method declaration |
java.io.File |
getInputFile()
Method declaration |
java.io.File |
getOutputFile()
Method declaration |
com.lutris.dods.store.doa.DODSProject |
getProject()
Method declaration |
boolean |
isInputDOA()
Method declaration |
boolean |
isInputDOML()
Method declaration |
boolean |
isSaved()
Method declaration |
void |
read()
Method declaration |
private void |
readDOML()
Method declaration |
void |
setInputFile(java.io.File f)
Method declaration |
void |
setOutputFile(java.io.File o)
Method declaration |
private void |
upgradeDOA()
Method declaration |
java.io.File |
write()
Method declaration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
outputFile
private java.io.File outputFile
inputFile
private java.io.File inputFile
currentDirectory
private java.io.File currentDirectory
project
private com.lutris.dods.store.doa.DODSProject project
| Constructor Detail |
Store
public Store()
- Constructor declaration
| Method Detail |
isSaved
public boolean isSaved()
- Method declaration
setInputFile
public void setInputFile(java.io.File f)
- Method declaration
getInputFile
public java.io.File getInputFile()
- Method declaration
create
public void create()
- Method declaration
getProject
public com.lutris.dods.store.doa.DODSProject getProject()
- Method declaration
isInputDOA
public boolean isInputDOA()
- Method declaration
isInputDOML
public boolean isInputDOML()
- Method declaration
read
public void read()
throws dods.doml.UpException
- Method declaration
readDOML
private void readDOML()
- Method declaration
upgradeDOA
private void upgradeDOA()
throws dods.doml.UpException
- Method declaration
write
public java.io.File write()
- Method declaration
getOutputFile
public java.io.File getOutputFile()
- Method declaration
setOutputFile
public void setOutputFile(java.io.File o)
- Method declaration
getCurrentDirectory
public java.io.File getCurrentDirectory()
- Method declaration
|
|||||||||
| Home >> All >> com >> lutris >> dods >> [ store overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lutris.dods.store.Store