org.kuali.common.util.property.processor
Class HomeProcessor

java.lang.Object
  extended by org.kuali.common.util.property.processor.HomeProcessor
All Implemented Interfaces:
PropertyProcessor

public class HomeProcessor
extends Object
implements PropertyProcessor


Constructor Summary
HomeProcessor()
           
HomeProcessor(String organizationGroupId, String groupId)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeProcessor

public HomeProcessor()

HomeProcessor

public HomeProcessor(String organizationGroupId,
                     String groupId)
Method Detail

process

public void process(Properties properties)
Specified by:
process in interface PropertyProcessor

getPropertyOverwriteMode

public Mode getPropertyOverwriteMode()

setPropertyOverwriteMode

public void setPropertyOverwriteMode(Mode propertyOverwriteMode)

getUserHomeProperty

public String getUserHomeProperty()

setUserHomeProperty

public void setUserHomeProperty(String userHomeProperty)

getFileSeparator

public String getFileSeparator()

setFileSeparator

public void setFileSeparator(String fileSeparator)

getHiddenDirectoryIndicator

public String getHiddenDirectoryIndicator()

setHiddenDirectoryIndicator

public void setHiddenDirectoryIndicator(String hiddenDirectoryIndicator)

getOrganizationGroupId

public String getOrganizationGroupId()

setOrganizationGroupId

public void setOrganizationGroupId(String organizationGroupId)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.