KIE Config command line interface 6.0.0.CR2

org.kie.config.cli
Class EnvironmentProvider

java.lang.Object
  extended by org.kie.config.cli.EnvironmentProvider

@ApplicationScoped
public class EnvironmentProvider
extends Object


Field Summary
static org.uberfire.security.Role ADMIN_ROLE
           
 
Constructor Summary
EnvironmentProvider()
           
 
Method Summary
 org.kie.commons.io.IOService ioService()
           
 void setup()
           
 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

ADMIN_ROLE

public static final org.uberfire.security.Role ADMIN_ROLE
Constructor Detail

EnvironmentProvider

public EnvironmentProvider()
Method Detail

setup

@PostConstruct
public void setup()

systemRepository

@Produces
@Named(value="system")
public org.uberfire.backend.repositories.Repository systemRepository()

ioService

@Produces
@Named(value="ioStrategy")
public org.kie.commons.io.IOService ioService()

KIE Config command line interface 6.0.0.CR2

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