|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.arooa.types.ImportType
public class ImportType
| Nested Class Summary | |
|---|---|
static class |
ImportType.Conversions
|
| Field Summary | |
|---|---|
static ArooaElement |
ELEMENT
|
| Constructor Summary | |
|---|---|
ImportType()
|
|
| Method Summary | |
|---|---|
File |
getFile()
|
InputStream |
getInput()
|
String |
getResource()
|
String |
getXml()
|
void |
setArooaSession(ArooaSession session)
|
void |
setFile(File file)
|
void |
setInput(InputStream input)
|
void |
setResource(String resource)
|
void |
setXml(String xml)
|
Object |
toObject()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ArooaElement ELEMENT
| Constructor Detail |
|---|
public ImportType()
| Method Detail |
|---|
public void setArooaSession(ArooaSession session)
setArooaSession in interface ArooaSessionAware
public Object toObject()
throws IOException
IOExceptionpublic String getResource()
public void setResource(String resource)
Property: resource
Description: A resource file on the classpath.
Required: No.
public File getFile()
public void setFile(File file)
Property: file
Description: A file.
Required: No.
public InputStream getInput()
public void setInput(InputStream input)
Property: input
Description: An input stream.
Required: No.
public String getXml()
public void setXml(String xml)
Property: xml
Description: XML as text.
Required: No.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||