Class GrouperInstaller.GrouperDirectories
java.lang.Object
edu.internet2.middleware.grouperInstaller.GrouperInstaller.GrouperDirectories
- Enclosing class:
- GrouperInstaller
structure and logic to locate where grouper is installed (or will be?)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
which type of install are we -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionare we an installed directory or source directoryvoid
setGrouperInstallType
(GrouperInstaller.GrouperDirectories.GrouperInstallType grouperInstallType1) are we an installed directory or source directory
-
Constructor Details
-
GrouperDirectories
public GrouperDirectories()
-
-
Method Details
-
getGrouperInstallType
are we an installed directory or source directory- Returns:
- the grouperInstallType
-
setGrouperInstallType
public void setGrouperInstallType(GrouperInstaller.GrouperDirectories.GrouperInstallType grouperInstallType1) are we an installed directory or source directory- Parameters:
grouperInstallType1
- the grouperInstallType to set
-