Drools Workbench - JCR to UberFire VFS migration 6.0.0.Beta5

org.drools.workbench.jcr2vfsmigration.vfs
Class IOServiceFactory

java.lang.Object
  extended by org.drools.workbench.jcr2vfsmigration.vfs.IOServiceFactory

@Singleton
public class IOServiceFactory
extends Object


Nested Class Summary
static class IOServiceFactory.Migration
           
 
Field Summary
static String DEFAULT_MIGRATION_FILE_SYSTEM
           
 
Constructor Summary
IOServiceFactory()
           
 
Method Summary
 org.kie.commons.io.IOService ioService()
           
 org.kie.commons.java.nio.file.FileSystem migrationFS()
           
 void onStartup()
           
 org.uberfire.backend.repositories.Repository systemRepository()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MIGRATION_FILE_SYSTEM

public static String DEFAULT_MIGRATION_FILE_SYSTEM
Constructor Detail

IOServiceFactory

public IOServiceFactory()
Method Detail

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()

Drools Workbench - JCR to UberFire VFS migration 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.