@ApplicationScoped @Startup(value=BOOTSTRAP) public class ConfigIOServiceProducer extends Object
| Constructor and Description |
|---|
ConfigIOServiceProducer() |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
configFileSystem() |
org.uberfire.io.IOService |
configIOService() |
void |
destroy() |
static ConfigIOServiceProducer |
getInstance() |
void |
setup() |
public static ConfigIOServiceProducer getInstance()
@PostConstruct public void setup()
public void destroy()
@Produces @Named(value="configIO") public org.uberfire.io.IOService configIOService()
public FileSystem configFileSystem()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.