|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.app.gsh.XmlImport
public class XmlImport
chaining object to import to the registry
| Constructor Summary | |
|---|---|
XmlImport()
|
|
| Method Summary | |
|---|---|
XmlImport |
grouperSession(GrouperSession theGrouperSession)
assign the grouper session to this importer |
XmlImport |
ignoreInternal(boolean isIgnoreInternal)
set external properties file |
void |
importFromFile(java.io.File file)
import from file |
void |
importFromString(java.lang.String string)
import from string |
void |
importFromUrl(java.net.URL url)
import from string |
XmlImport |
stem(Stem theStem)
import a stem and chain |
XmlImport |
updateList(boolean isUpdateList)
import only groups or stems listed in this file |
XmlImport |
userProperties(java.io.File theUserProperties)
set external properties file |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlImport()
| Method Detail |
|---|
public XmlImport grouperSession(GrouperSession theGrouperSession)
theGrouperSession -
public XmlImport stem(Stem theStem)
theStem -
public XmlImport updateList(boolean isUpdateList)
isUpdateList -
public XmlImport userProperties(java.io.File theUserProperties)
theUserProperties -
public XmlImport ignoreInternal(boolean isIgnoreInternal)
theUserProperties -
public void importFromFile(java.io.File file)
file - public void importFromString(java.lang.String string)
string - public void importFromUrl(java.net.URL url)
url -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||