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