- java.lang.Object
-
- com.aoindustries.aoserv.client.Schema
-
- com.aoindustries.aoserv.client.web.Schema
-
- All Implemented Interfaces:
SchemaParent
public class Schema extends Schema
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description Schema(AOServConnector connector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderTablegetHeader()HttpdBindTablegetHttpdBind()HttpdServerTablegetHttpdServer()LocationTablegetLocation()StringgetName()Gets the unique name of the schema.RewriteRuleTablegetRewriteRule()SiteTablegetSite()StaticSiteTablegetStaticSite()List<? extends AOServTable<?,?>>getTables()Gets an unmodifiable list of all of the tables in the schema.VirtualHostTablegetVirtualHost()VirtualHostNameTablegetVirtualHostName()-
Methods inherited from class com.aoindustries.aoserv.client.Schema
getConnector, getSchemas, toString
-
-
-
-
Constructor Detail
-
Schema
public Schema(AOServConnector connector)
-
-
Method Detail
-
getHeader
public HeaderTable getHeader()
-
getHttpdBind
public HttpdBindTable getHttpdBind()
-
getHttpdServer
public HttpdServerTable getHttpdServer()
-
getLocation
public LocationTable getLocation()
-
getRewriteRule
public RewriteRuleTable getRewriteRule()
-
getSite
public SiteTable getSite()
-
getStaticSite
public StaticSiteTable getStaticSite()
-
getVirtualHost
public VirtualHostTable getVirtualHost()
-
getVirtualHostName
public VirtualHostNameTable getVirtualHostName()
-
getTables
public List<? extends AOServTable<?,?>> getTables()
Description copied from class:SchemaGets an unmodifiable list of all of the tables in the schema.
-
-