Uses of Class
com.aoindustries.aoserv.client.linux.PosixPath
-
-
Uses of PosixPath in com.aoindustries.aoserv.client
Methods in com.aoindustries.aoserv.client that return PosixPath Modifier and Type Method Description protected static PosixPathAOServObject. getUnixPath(PosixPath unixPath)null-safe Unix path conversion.Methods in com.aoindustries.aoserv.client with parameters of type PosixPath Modifier and Type Method Description intSimpleAOClient. addCvsRepository(String aoServer, PosixPath path, User.Name username, Group.Name group, long mode)Adds a newCvsRepositoryto aServer.intSimpleAOClient. addEmailList(String aoServer, PosixPath path, User.Name username, Group.Name group)Adds a newListto the system.intSimpleAOClient. addEmailListAddress(String address, DomainName domain, PosixPath path, String aoServer)intSimpleAOClient. addHttpdSiteAuthenticatedLocation(String siteName, String aoServer, String path, boolean isRegularExpression, String authName, PosixPath authGroupFile, PosixPath authUserFile, String require, String handler)intSimpleAOClient. addHttpdTomcatContext(String siteName, String aoServer, String className, boolean cookies, boolean crossContext, PosixPath docBase, boolean override, String path, boolean privileged, boolean reloadable, boolean useNaming, String wrapperClass, int debug, PosixPath workDir, boolean serverXmlConfigured)voidSimpleAOClient. addLinuxAccount(User.Name username, Group.Name primary_group, User.Gecos name, User.Gecos office_location, User.Gecos office_phone, User.Gecos home_phone, String type, PosixPath shell)Adds a newUserthe system.intSimpleAOClient. addLinuxServerAccount(User.Name username, String aoServer, PosixPath home)voidSimpleAOClient. checkEmailListPath(String aoServer, PosixPath path)Checks the format of an email list path.intSimpleAOClient. disableEmailList(PosixPath path, String aoServer, String disableReason)Disables anList.voidSimpleAOClient. enableEmailList(PosixPath path, String aoServer)Enables anList.StringSimpleAOClient. getEmailListAddressList(PosixPath path, String aoServer)Gets the list of email addresses that anListwill be forwarded to.voidSimpleAOClient. removeCvsRepository(String aoServer, PosixPath path)Removes aCvsRepository.voidSimpleAOClient. removeEmailList(PosixPath path, String aoServer)Removes anListfrom the system.voidSimpleAOClient. removeEmailListAddress(String address, DomainName domain, PosixPath path, String aoServer)Removes anListAddressfrom the system.voidSimpleAOClient. setCvsRepositoryMode(String aoServer, PosixPath path, long mode)Sets the permissions for a CVS repository directory.voidSimpleAOClient. setEmailListAddressList(PosixPath path, String aoServer, String addresses)Sets the list of addresses that anListwill forward messages to.voidSimpleAOClient. setHttpdSiteAuthenticatedLocationAttributes(String siteName, String aoServer, String path, boolean isRegularExpression, String authName, PosixPath authGroupFile, PosixPath authUserFile, String require, String handler)Updates aLocation.voidSimpleAOClient. setHttpdTomcatContextAttributes(String siteName, String aoServer, String oldPath, String className, boolean cookies, boolean crossContext, PosixPath docBase, boolean override, String newPath, boolean privileged, boolean reloadable, boolean useNaming, String wrapperClass, int debug, PosixPath workDir, boolean serverXmlConfigured)Sets the attributes for aContext.voidSimpleAOClient. setLinuxAccountShell(User.Name username, PosixPath path)Sets the shell used by aUser. -
Uses of PosixPath in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account with parameters of type PosixPath Modifier and Type Method Description voidUser. addLinuxAccount(Group.Name primaryGroup, User.Gecos name, User.Gecos office_location, User.Gecos office_phone, User.Gecos home_phone, String type, PosixPath shell) -
Uses of PosixPath in com.aoindustries.aoserv.client.aosh
Methods in com.aoindustries.aoserv.client.aosh that return PosixPath Modifier and Type Method Description static PosixPathAOSH. parseUnixPath(String S, String field) -
Uses of PosixPath in com.aoindustries.aoserv.client.backup
Methods in com.aoindustries.aoserv.client.backup that return PosixPath Modifier and Type Method Description PosixPathBackupPartition. getPath() -
Uses of PosixPath in com.aoindustries.aoserv.client.distribution
Methods in com.aoindustries.aoserv.client.distribution that return PosixPath Modifier and Type Method Description PosixPathOperatingSystemVersion. getEmailListPath(String name)PosixPathOperatingSystemVersion. getHttpdSharedTomcatsDirectory()Gets the directory that contains the shared tomcat directories ornullif this OS doesn't support shared tomcats.static PosixPathOperatingSystemVersion. getHttpdSharedTomcatsDirectory(int osv)Gets the directory that contains the shared tomcat directories ornullif this OS doesn't support shared tomcats.PosixPathOperatingSystemVersion. getHttpdSiteLogsDirectory()Gets the directory that contains the per-virtual-host HTTP logs ornullif this OS doesn't support web sites.static PosixPathOperatingSystemVersion. getHttpdSiteLogsDirectory(int osv)Gets the directory that contains the per-virtual-host HTTP logs ornullif this OS doesn't support web sites.PosixPathOperatingSystemVersion. getHttpdSitesDirectory()Gets the directory that stores websites for this operating system ornullif this OS doesn't support web sites.static PosixPathOperatingSystemVersion. getHttpdSitesDirectory(int osv)Gets the directory that stores websites for this operating system ornullif this OS doesn't support web sites.Methods in com.aoindustries.aoserv.client.distribution with parameters of type PosixPath Modifier and Type Method Description booleanOperatingSystemVersion. isValidEmailListRegularPath(PosixPath path) -
Uses of PosixPath in com.aoindustries.aoserv.client.distribution.management
Methods in com.aoindustries.aoserv.client.distribution.management that return PosixPath Modifier and Type Method Description PosixPathDistroFile. getPath() -
Uses of PosixPath in com.aoindustries.aoserv.client.email
Fields in com.aoindustries.aoserv.client.email declared as PosixPath Modifier and Type Field Description static PosixPathMajordomoServer. MAJORDOMO_SERVER_DIRECTORYThe directory that stores the majordomo servers.Methods in com.aoindustries.aoserv.client.email that return PosixPath Modifier and Type Method Description static PosixPathList. getListPath(String name, int osv)Gets the full path that should be used for normal email lists.PosixPathList. getPath()Methods in com.aoindustries.aoserv.client.email with parameters of type PosixPath Modifier and Type Method Description intListTable. addEmailList(PosixPath path, UserServer lsa, GroupServer lsg)ListListTable. getEmailList(Server ao, PosixPath path)static booleanList. isValidRegularPath(PosixPath path, int osv)Checks the validity of a list name. -
Uses of PosixPath in com.aoindustries.aoserv.client.ftp
Methods in com.aoindustries.aoserv.client.ftp that return PosixPath Modifier and Type Method Description PosixPathPrivateServer. getLogfile()PosixPathPrivateServer. getRoot()Deprecated.use getLinuxServerAccount().getHome() -
Uses of PosixPath in com.aoindustries.aoserv.client.linux
Fields in com.aoindustries.aoserv.client.linux declared as PosixPath Modifier and Type Field Description static PosixPathShell. BASHstatic PosixPathShell. FALSEstatic PosixPathShell. FTPONLYstatic PosixPathShell. FTPPASSWDstatic PosixPathShell. HALTstatic PosixPathShell. KSHstatic PosixPathShell. NOLOGINstatic PosixPathShell. PASSWDprotected PosixPathGlobalObjectPosixPathKey. pkeystatic PosixPathShell. SHstatic PosixPathShell. SHUTDOWNstatic PosixPathShell. SYNCstatic PosixPathShell. TCSHMethods in com.aoindustries.aoserv.client.linux that return PosixPath Modifier and Type Method Description static PosixPathUserServer. getDefaultHomeDirectory(User.Name username)Gets the default non-hashed home directory of/home/username.static PosixPathUserServer. getHashedHomeDirectory(User.Name username)Gets the optional hashed home directory of/home/u/username.PosixPathUserServer. getHome()PosixPathGlobalObjectPosixPathKey. getKey()PosixPathShell. getPath()PosixPathPosixPath. intern()Interns this path much in the same fashion asString.intern().static PosixPathPosixPath. valueOf(String path)Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type PosixPath Modifier and Type Method Description List<PosixPath>User. getValidHomeDirectories(Server ao)static List<PosixPath>User. getValidHomeDirectories(User.Name username, Server ao)Methods in com.aoindustries.aoserv.client.linux with parameters of type PosixPath Modifier and Type Method Description intServer. addCvsRepository(PosixPath path, UserServer lsa, GroupServer lsg, long mode)voidUserTable. addLinuxAccount(User usernameObject, Group.Name primaryGroup, User.Gecos name, User.Gecos office_location, User.Gecos office_phone, User.Gecos home_phone, String type, PosixPath shell)intUser. addLinuxServerAccount(Server aoServer, PosixPath home)intServer. addSystemUser(User.Name username, int uid, int gid, User.Gecos fullName, User.Gecos officeLocation, User.Gecos officePhone, User.Gecos homePhone, PosixPath home, PosixPath shell)Adds a new system user.intPosixPath. compareTo(PosixPath other)abstract VGlobalTablePosixPathKey. get(PosixPath pkey)ShellShellTable. get(PosixPath path)CvsRepositoryServer. getCvsRepository(PosixPath path)ListServer. getEmailList(PosixPath path)Rename to getEmailList when all uses updated.booleanUserType. isAllowedShell(PosixPath path)static booleanUserType. isAllowedShell(String type, PosixPath path)booleanServer. isHomeUsed(PosixPath directory) -
Uses of PosixPath in com.aoindustries.aoserv.client.mysql
Fields in com.aoindustries.aoserv.client.mysql declared as PosixPath Modifier and Type Field Description static PosixPathServer. DATA_BASE_DIRThe directory that contains the MySQL data files.Methods in com.aoindustries.aoserv.client.mysql that return PosixPath Modifier and Type Method Description PosixPathServer. getDataDirectory() -
Uses of PosixPath in com.aoindustries.aoserv.client.pki
Methods in com.aoindustries.aoserv.client.pki that return PosixPath Modifier and Type Method Description PosixPathCertificate. getCertFile()The public key file.PosixPathCertificate. getChainFile()The optional certificate chain file.PosixPathCertificate. getCsrFile()The optional CSR file.PosixPathCertificate. getKeyFile()The private key file. -
Uses of PosixPath in com.aoindustries.aoserv.client.postgresql
Fields in com.aoindustries.aoserv.client.postgresql declared as PosixPath Modifier and Type Field Description static PosixPathServer. DATA_BASE_DIRThe directory that contains the PostgreSQL data files.Methods in com.aoindustries.aoserv.client.postgresql that return PosixPath Modifier and Type Method Description PosixPathServer. getDataDirectory() -
Uses of PosixPath in com.aoindustries.aoserv.client.scm
Fields in com.aoindustries.aoserv.client.scm declared as PosixPath Modifier and Type Field Description static PosixPathCvsRepository. DEFAULT_CVS_DIRECTORYThe default directory containing CVS repositories.Methods in com.aoindustries.aoserv.client.scm that return PosixPath Modifier and Type Method Description PosixPathCvsRepository. getPath()Methods in com.aoindustries.aoserv.client.scm that return types with arguments of type PosixPath Modifier and Type Method Description SortedSet<PosixPath>CvsRepositoryTable. getValidPrefixes()Methods in com.aoindustries.aoserv.client.scm with parameters of type PosixPath Modifier and Type Method Description intCvsRepositoryTable. addCvsRepository(Server ao, PosixPath path, UserServer lsa, GroupServer lsg, long mode)CvsRepositoryCvsRepositoryTable. getCvsRepository(Server aoServer, PosixPath path)Gets oneCvsRepositoryfrom the database.static booleanCvsRepository. isValidPath(PosixPath path)Allowed CVS repository paths are constrained beyond the general requirements ofPosixPath. -
Uses of PosixPath in com.aoindustries.aoserv.client.web
Methods in com.aoindustries.aoserv.client.web that return PosixPath Modifier and Type Method Description PosixPathVirtualHost. getAccessLog()PosixPathLocation. getAuthGroupFile()PosixPathLocation. getAuthUserFile()PosixPathVirtualHost. getErrorLog()PosixPathSite. getInstallDirectory()Gets the directory where this site is installed.Methods in com.aoindustries.aoserv.client.web with parameters of type PosixPath Modifier and Type Method Description intSite. addHttpdSiteAuthenticatedLocation(String path, boolean isRegularExpression, String authName, PosixPath authGroupFile, PosixPath authUserFile, String require, String handler)voidLocation. setAttributes(String path, boolean isRegularExpression, String authName, PosixPath authGroupFile, PosixPath authUserFile, String require, String handler)static StringLocation. validateAuthGroupFile(PosixPath authGroupFile)static StringLocation. validateAuthUserFile(PosixPath authUserFile) -
Uses of PosixPath in com.aoindustries.aoserv.client.web.tomcat
Fields in com.aoindustries.aoserv.client.web.tomcat declared as PosixPath Modifier and Type Field Description static PosixPathContext. DEFAULT_WORK_DIRMethods in com.aoindustries.aoserv.client.web.tomcat that return PosixPath Modifier and Type Method Description PosixPathContext. getDocBase()PosixPathSharedTomcat. getInstallDirectory()PosixPathVersion. getInstallDirectory()PosixPathContext. getWorkDir()Methods in com.aoindustries.aoserv.client.web.tomcat with parameters of type PosixPath Modifier and Type Method Description intSite. addHttpdTomcatContext(String className, boolean cookies, boolean crossContext, PosixPath docBase, boolean override, String path, boolean privileged, boolean reloadable, boolean useNaming, String wrapperClass, int debug, PosixPath workDir, boolean serverXmlConfigured)static booleanContext. isValidDocBase(PosixPath docBase)static booleanContext. isValidWorkDir(PosixPath workDir)voidContext. setAttributes(String className, boolean cookies, boolean crossContext, PosixPath docBase, boolean override, String path, boolean privileged, boolean reloadable, boolean useNaming, String wrapperClass, int debug, PosixPath workDir, boolean serverXmlConfigured)
-