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
|
String |
toString() |
public void setName(String name)
name - The schema namepublic 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 writerpublic String toString()
toString in class ObjectObject.toString()Copyright © 2021. All rights reserved.