com.github.dandelion.datatables.core.bundle
Class DatatablesBundleLoader
java.lang.Object
com.github.dandelion.core.bundle.loader.spi.AbstractBundleLoader
com.github.dandelion.datatables.core.bundle.DatatablesBundleLoader
- All Implemented Interfaces:
- com.github.dandelion.core.bundle.loader.spi.BundleLoader
public class DatatablesBundleLoader
- extends com.github.dandelion.core.bundle.loader.spi.AbstractBundleLoader
Bundle loader used to load user-defined bundles inside the
dandelion/datatables folder (and all subfolders) of the classpath.
- Since:
- 0.10.0
- Author:
- Thibault Duchateau
| Fields inherited from class com.github.dandelion.core.bundle.loader.spi.AbstractBundleLoader |
context |
| Methods inherited from class com.github.dandelion.core.bundle.loader.spi.AbstractBundleLoader |
initLoader, loadBundles |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatatablesBundleLoader
public DatatablesBundleLoader()
getLogger
protected org.slf4j.Logger getLogger()
- Specified by:
getLogger in class com.github.dandelion.core.bundle.loader.spi.AbstractBundleLoader
getName
public String getName()
-
getPath
public String getPath()
-
- Specified by:
getPath in class com.github.dandelion.core.bundle.loader.spi.AbstractBundleLoader
isRecursive
public boolean isRecursive()
-
getExcludedPaths
public Set<String> getExcludedPaths()
-
- Overrides:
getExcludedPaths in class com.github.dandelion.core.bundle.loader.spi.AbstractBundleLoader
Copyright © 2013–2014 Dandelion Project. All rights reserved.