public class ImportType extends Object implements ArooaValue, ArooaSessionAware
| Modifier and Type | Class and Description |
|---|---|
static class |
ImportType.Conversions |
| Modifier and Type | Field and Description |
|---|---|
static ArooaElement |
ELEMENT |
| Constructor and Description |
|---|
ImportType() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
InputStream |
getInput() |
String |
getResource() |
String |
getXml() |
void |
setArooaSession(ArooaSession session)
Accept the current Arooa Session.
|
void |
setFile(File file) |
void |
setInput(InputStream input) |
void |
setResource(String resource) |
void |
setXml(String xml) |
Object |
toObject() |
public static final ArooaElement ELEMENT
public void setArooaSession(ArooaSession session)
ArooaSessionAwaresetArooaSession in interface ArooaSessionAwaresession - The Arooa Session. Never null.public Object toObject() throws IOException
IOExceptionpublic String getResource()
public void setResource(String resource)
public File getFile()
public void setFile(File file)
public InputStream getInput()
public void setInput(InputStream input)
public String getXml()
public void setXml(String xml)
Copyright © 2023. All rights reserved.