net.sf.ginp.setup.data
Class DirectoryPref
java.lang.Object
net.sf.ginp.setup.data.DirectoryPref
public class DirectoryPref
- extends java.lang.Object
Object for holding information about per directory ginp configurations before they
are persisted to setup
- Author:
- Justin Sher
Field Summary |
static java.lang.String |
ADMIN_ONLY
ADMIN_ONLY - this directory is for admins only |
java.lang.String |
fileSeparator
So XSLT can get to this |
static java.lang.String |
PRIVATE
PRIVATE - this directory only for authenticated user |
static java.lang.String |
PUBLIC
PUBLIC - this directory for all users |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileSeparator
public final java.lang.String fileSeparator
- So XSLT can get to this
ADMIN_ONLY
public static final java.lang.String ADMIN_ONLY
ADMIN_ONLY
- this directory is for admins only
- See Also:
- Constant Field Values
PUBLIC
public static final java.lang.String PUBLIC
PUBLIC
- this directory for all users
- See Also:
- Constant Field Values
PRIVATE
public static final java.lang.String PRIVATE
PRIVATE
- this directory only for authenticated user
- See Also:
- Constant Field Values
DirectoryPref
public DirectoryPref()
getType
public java.lang.String getType()
- Returns:
- Returns the type.
setType
public void setType(java.lang.String type)
- Parameters:
type
- The type to set.
getStyle
public java.lang.String getStyle()
- Returns:
- Returns the style.
setStyle
public void setStyle(java.lang.String style)
- Parameters:
style
- The style to set.
getAdmins
public java.lang.String getAdmins()
- Returns:
- Returns the admins.
setAdmins
public void setAdmins(java.lang.String admins)
- Parameters:
admins
- The admins to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getRootDir
public java.lang.String getRootDir()
- Returns:
- Returns the rootDir.
setRootDir
public void setRootDir(java.lang.String rootDir)
- Parameters:
rootDir
- The rootDir to set.
getUsers
public java.lang.String getUsers()
- Returns:
- Returns the users.
setUsers
public void setUsers(java.lang.String users)
- Parameters:
users
- The users to set.
setUserVariables
public void setUserVariables()
Copyright © 2004-2007 null. All Rights Reserved.