public class HomeProcessor extends Object implements PropertyProcessor
| Constructor and Description |
|---|
HomeProcessor() |
HomeProcessor(String organizationGroupId,
String groupId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileSeparator() |
String |
getGroupId() |
String |
getHiddenDirectoryIndicator() |
String |
getOrganizationGroupId() |
Mode |
getPropertyOverwriteMode() |
String |
getUserHomeProperty() |
void |
process(Properties properties) |
void |
setFileSeparator(String fileSeparator) |
void |
setGroupId(String groupId) |
void |
setHiddenDirectoryIndicator(String hiddenDirectoryIndicator) |
void |
setOrganizationGroupId(String organizationGroupId) |
void |
setPropertyOverwriteMode(Mode propertyOverwriteMode) |
void |
setUserHomeProperty(String userHomeProperty) |
public HomeProcessor()
public HomeProcessor(String organizationGroupId, String groupId)
public void process(Properties properties)
process in interface PropertyProcessorpublic Mode getPropertyOverwriteMode()
public void setPropertyOverwriteMode(Mode propertyOverwriteMode)
public String getUserHomeProperty()
public void setUserHomeProperty(String userHomeProperty)
public String getFileSeparator()
public void setFileSeparator(String fileSeparator)
public String getHiddenDirectoryIndicator()
public void setHiddenDirectoryIndicator(String hiddenDirectoryIndicator)
public String getOrganizationGroupId()
public void setOrganizationGroupId(String organizationGroupId)
public String getGroupId()
public void setGroupId(String groupId)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.