Package tigase.server.ext
Class CompRepoDefaults
- java.lang.Object
-
- tigase.server.ext.CompRepoDefaults
-
public abstract class CompRepoDefaults extends java.lang.ObjectCreated: Oct 24, 2009 3:57:36 PM- Author:
- Artur Hefczyc
-
-
Constructor Summary
Constructors Constructor Description CompRepoDefaults()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetConfigKey()static java.lang.String[]getDefaultPropetyItems()static CompRepoItemgetItemInstance()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 CompRepoItem getItemInstance()
-
getItemsListPKey
public static java.lang.String getItemsListPKey()
-
getPropertyKey
public static java.lang.String getPropertyKey()
-
getRepoUser
public static BareJID getRepoUser()
-
-