| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.arguments.interfaces |
| Modifier and Type | Field and Description |
|---|---|
protected List<OperaArgument> |
OperaArguments.arguments |
| Modifier and Type | Method and Description |
|---|---|
OperaArgument |
OperaArguments.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<OperaArgument> |
OperaArguments.getArguments() |
Iterator<OperaArgument> |
OperaArguments.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperaArguments.add(OperaArgument argument) |
void |
OperaArguments.remove(OperaArgument argument) |
| Modifier and Type | Method and Description |
|---|---|
OperaArgument |
OperaArguments.get(int index)
Convenience method to access the given indexed argument in the command-line list
representation.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperaArgument> |
OperaArguments.getArguments()
Gets the list of all arguments, each represented by
OperaArgument. |
Iterator<OperaArgument> |
OperaArguments.iterator()
Gets an iterator for all arguments present in this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperaArguments.add(OperaArgument argument)
Adds a new argument to the command-line argument list representation.
|
void |
OperaArguments.remove(OperaArgument argument)
Removes the specified argument from the command-line argument list representation.
|
Copyright © 2012. All Rights Reserved.