@ApplicationScoped public class NavTreeStorage extends Object
| Constructor and Description |
|---|
NavTreeStorage() |
NavTreeStorage(IOService ioService,
FileSystem fileSystem) |
| Modifier and Type | Method and Description |
|---|---|
protected Path |
getNavRootPath() |
protected Path |
getNavTreePath() |
void |
init() |
NavTree |
loadNavTree() |
void |
saveNavTree(NavTree navTree) |
public NavTreeStorage()
@Inject
public NavTreeStorage(@Named(value="ioStrategy")
IOService ioService,
@Named(value="pluginsFS")
FileSystem fileSystem)
@PostConstruct public void init()
protected Path getNavRootPath()
protected Path getNavTreePath()
public NavTree loadNavTree()
public void saveNavTree(NavTree navTree)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.