public class ScriptLanguageDescription extends Object
Constructor and Description |
---|
ScriptLanguageDescription(String language,
String version)
Creates an new script language description.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getLanguage()
Returns the script language (e.g.
|
String |
getVersion()
Returns the script version (e.g.
|
int |
hashCode() |
String |
toString() |
public ScriptLanguageDescription(String language, String version) throws IllegalArgumentException
language
- the script language.version
- the script version.IllegalArgumentException
- if language
is null.Copyright © 2014 The Apache Software Foundation. All Rights Reserved.