com.github.dandelion.datatables.core.bundle
Class DatatablesBundleLoader

java.lang.Object
  extended by com.github.dandelion.core.bundle.loader.spi.AbstractBundleLoader
      extended by 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

Field Summary
 
Fields inherited from class com.github.dandelion.core.bundle.loader.spi.AbstractBundleLoader
context
 
Constructor Summary
DatatablesBundleLoader()
           
 
Method Summary
 Set<String> getExcludedPaths()
          
protected  org.slf4j.Logger getLogger()
           
 String getName()
          
 String getPath()
          
 boolean isRecursive()
          
 
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
 

Constructor Detail

DatatablesBundleLoader

public DatatablesBundleLoader()
Method Detail

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.