public class ServerDirsSelector extends Object
| Modifier and Type | Method and Description |
|---|---|
com.sun.enterprise.util.io.ServerDirs |
dirs() |
static ServerDirsSelector |
getInstance(File domainDirParent,
String serverName,
String nodeDir,
String node)
Creates a selector for choosing the correct set of directories.
|
boolean |
isInstance() |
public static ServerDirsSelector getInstance(File domainDirParent, String serverName, String nodeDir, String node) throws org.glassfish.api.admin.CommandException, IOException
domainDirParent - parent of the domain directory file(s)serverName - name of the requested instance or domainnodeDir - path to the node directorynode - name of the nodeorg.glassfish.api.admin.CommandExceptionIOExceptionpublic com.sun.enterprise.util.io.ServerDirs dirs()
public boolean isInstance()
Copyright © 2017. All rights reserved.