Searched refs:StringArgumentImpl (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DSimpleLaunchingConnector.java49 static class StringArgumentImpl implements Connector.StringArgument { class in class:SimpleLaunchingConnector
55 StringArgumentImpl(String name, String label, String description, String value) { method in class:SimpleLaunchingConnector.StringArgumentImpl
122 new StringArgumentImpl(ARG_NAME, "class name", "class name", ""));
134 String className = ((StringArgumentImpl)arguments.get(ARG_NAME)).value();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DConnectorImpl.java63 new StringArgumentImpl(name, label,
379 class StringArgumentImpl extends ConnectorImpl.ArgumentImpl class in class:ConnectorImpl
382 StringArgumentImpl(String name, String label, String description, method in class:ConnectorImpl.StringArgumentImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DConnectorImpl.java273 new StringArgumentImpl(name, label,
584 class StringArgumentImpl extends ConnectorImpl.ArgumentImpl class in class:ConnectorImpl
587 StringArgumentImpl(String name, String label, String description, method in class:ConnectorImpl.StringArgumentImpl

Completed in 34 milliseconds