Package tigase.vhosts
Class VHostRepoDefaults
- java.lang.Object
-
- tigase.vhosts.VHostRepoDefaults
-
public abstract class VHostRepoDefaults extends java.lang.ObjectCreated: Oct 3, 2009 4:26:09 PM- Author:
- Artur Hefczyc
-
-
Constructor Summary
Constructors Constructor Description VHostRepoDefaults()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetConfigKey()static java.lang.String[]getDefaultPropetyItems()static VHostItemImplgetItemInstance()static java.lang.StringgetItemsListPKey()static java.lang.StringgetPropertyKey()static BareJIDgetRepoUser()
-
-
-
Method Detail
-
getConfigKey
public static java.lang.String getConfigKey()
-
getDefaultPropetyItems
public static java.lang.String[] getDefaultPropetyItems()
-
getItemInstance
public static VHostItemImpl getItemInstance()
-
getItemsListPKey
public static java.lang.String getItemsListPKey()
-
getPropertyKey
public static java.lang.String getPropertyKey()
-
getRepoUser
public static BareJID getRepoUser()
-
-