Package org.jboss.fresh.vfs.impl

Examples of org.jboss.fresh.vfs.impl.DefaultVFS


    //vfs = new CachedDefaultVFS( meta, store, tagfactory );
    //vfs = new DefaultVFS(meta, store, tagfactory);
    if (vfs == null) {
      log.warn("VFSImpl not specified. Using DefaultVFS");
      vfs = new DefaultVFS(meta, store, tagfactory);
    }


    setServiceObject(vfs);
View Full Code Here

TOP

Related Classes of org.jboss.fresh.vfs.impl.DefaultVFS

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.