KIE Config command line interface 6.0.0.Final

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.uberfire.rpc.SessionInfo getSessionInfo()
           
 org.uberfire.io.IOService ioService()
           
 void setup()
           
 
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()

ioService

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

getSessionInfo

@Produces
public org.uberfire.rpc.SessionInfo getSessionInfo()

KIE Config command line interface 6.0.0.Final

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