Package tigase.server.ext
Class CompRepoDefaults
- java.lang.Object
-
- tigase.server.ext.CompRepoDefaults
-
public abstract class CompRepoDefaults extends Object
Created: 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 StringgetConfigKey()static String[]getDefaultPropetyItems()static CompRepoItemgetItemInstance()static StringgetItemsListPKey()static StringgetPropertyKey()static BareJIDgetRepoUser()
-
-
-
Method Detail
-
getConfigKey
public static String getConfigKey()
-
getDefaultPropetyItems
public static String[] getDefaultPropetyItems()
-
getItemInstance
public static CompRepoItem getItemInstance()
-
getItemsListPKey
public static String getItemsListPKey()
-
getPropertyKey
public static String getPropertyKey()
-
getRepoUser
public static BareJID getRepoUser()
-
-