public class PathComponent extends Object
| Constructor and Description |
|---|
PathComponent(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubscript(String subscriptSubPath) |
void |
createArguments(String argumentSubPath) |
Object[] |
getArguments() |
String |
getName() |
int[] |
getSubscripts() |
public PathComponent(String name)
public String getName()
public Object[] getArguments()
public void createArguments(String argumentSubPath) throws IOException
IOExceptionpublic int[] getSubscripts()
public void addSubscript(String subscriptSubPath)
Copyright © 2018. All rights reserved.