public class ListArgument extends Object
| Constructor and Description |
|---|
ListArgument(String file,
String pattern,
char[] options) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
The file path including the directory
|
char[] |
getOptions()
The listing options,
|
String |
getPattern()
The regular expression pattern that files must match
|
boolean |
hasOption(char option)
Checks if a certain option is set
|
public char[] getOptions()
public String getPattern()
public boolean hasOption(char option)
option - The option to checkpublic String getFile()
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.