org.drools.workbench.jcr2vfsmigration.vfs
Class IOServiceFactory
java.lang.Object
org.drools.workbench.jcr2vfsmigration.vfs.IOServiceFactory
@Singleton
public class IOServiceFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_MIGRATION_FILE_SYSTEM
public static String DEFAULT_MIGRATION_FILE_SYSTEM
IOServiceFactory
public IOServiceFactory()
onStartup
@PostConstruct
public void onStartup()
ioService
@Produces
@Named(value="ioStrategy")
public org.kie.commons.io.IOService ioService()
migrationFS
@Produces
@Named(value="migrationFS")
public org.kie.commons.java.nio.file.FileSystem migrationFS()
systemRepository
@Produces
@Named(value="system")
public org.uberfire.backend.repositories.Repository systemRepository()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.