public class Schema extends Object
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInput() |
String |
getName() |
Writer |
getOutput() |
void |
setInput(InputStream in)
Set the inputStream mapped on the schema file
|
void |
setName(String name)
Set the schema name to parse.
|
void |
setOutput(Writer out)
Set a writer to dump the ldif files
|
public void setName(String name)
name - public String getName()
public void setInput(InputStream in)
in - The InputStream mapped on the schema filepublic InputStream getInput()
public Writer getOutput()
public void setOutput(Writer out)
out - The writerCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.