Package org.opencastproject.list.impl
Class ListProvidersScanner
java.lang.Object
org.opencastproject.list.impl.ListProvidersScanner
- All Implemented Interfaces:
org.apache.felix.fileinstall.ArtifactInstaller,org.apache.felix.fileinstall.ArtifactListener
public class ListProvidersScanner
extends Object
implements org.apache.felix.fileinstall.ArtifactInstaller
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe key to define a default valuestatic final StringThe key to look for in the properties file to name the list provider.static final StringThe key to attach this list to a particular org, if not present then all orgs can get liststatic final StringThe directory name that has the properties file defining the list providersstatic final StringThe key to look for in the properties file defining if the list's values should be translated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidsetListProvidersService(ListProvidersService listProvidersService) voidvoid
-
Field Details
-
LIST_PROVIDERS_DIRECTORY
The directory name that has the properties file defining the list providers- See Also:
-
LIST_NAME_KEY
The key to look for in the properties file to name the list provider.- See Also:
-
LIST_TRANSLATABLE_KEY
The key to look for in the properties file defining if the list's values should be translated- See Also:
-
LIST_ORG_KEY
The key to attach this list to a particular org, if not present then all orgs can get list- See Also:
-
LIST_DEFAULT_KEY
The key to define a default value- See Also:
-
-
Constructor Details
-
ListProvidersScanner
public ListProvidersScanner()
-
-
Method Details
-
setListProvidersService
-
canHandle
- Specified by:
canHandlein interfaceorg.apache.felix.fileinstall.ArtifactListener- See Also:
-
install
- Specified by:
installin interfaceorg.apache.felix.fileinstall.ArtifactInstaller
-
update
- Specified by:
updatein interfaceorg.apache.felix.fileinstall.ArtifactInstaller
-
uninstall
- Specified by:
uninstallin interfaceorg.apache.felix.fileinstall.ArtifactInstaller
-