public interface StartupParameters extends ClientService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParameter(java.lang.String name)
Returns the value of a named entrypoint startup parameter.
|
java.util.Collection<java.lang.String> |
getParameterNames()
Returns the names of the entrypoint startup parameters.
|
java.util.List<java.lang.String> |
getParameterValues(java.lang.String name)
Returns a list with values of a named entrypoint startup parameter.
|
java.util.Collection<java.lang.String> getParameterNames()
java.lang.String getParameter(java.lang.String name)
getParameterValues(java.lang.String)
.
If you use this method with a multivalued parameter, the value returned is equal to the first
value in the list returned by getParameterValues
.name
- the name of the parameternull
if the parameter does not existjava.util.List<java.lang.String> getParameterValues(java.lang.String name)
name
- the name of the parameternull
if the parameter does not exist
Copyright (c) EclipseSource and others 2002, 2020.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0