Class XmlImport
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.XmlImport
chaining object to import to the registry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongrouperSession(GrouperSession theGrouperSession) assign the grouper session to this importerignoreInternal(boolean isIgnoreInternal) set external properties filevoidimportFromFile(File file) import from filevoidimportFromString(String string) import from stringvoidimportFromUrl(URL url) import from stringimport a stem and chainupdateList(boolean isUpdateList) import only groups or stems listed in this fileuserProperties(File theUserProperties) set external properties file
-
Constructor Details
-
XmlImport
public XmlImport()
-
-
Method Details
-
grouperSession
assign the grouper session to this importer- Parameters:
theGrouperSession-- Returns:
- this for chaining
-
stem
import a stem and chain- Parameters:
theStem-- Returns:
- this object for chaining
-
updateList
import only groups or stems listed in this file- Parameters:
isUpdateList-- Returns:
- the collection
-
userProperties
set external properties file- Parameters:
theUserProperties-- Returns:
- the properties file
-
ignoreInternal
set external properties file- Parameters:
theUserProperties-- Returns:
- the properties file
-
importFromFile
import from file- Parameters:
file-
-
importFromString
import from string- Parameters:
string-
-
importFromUrl
import from string- Parameters:
url-
-