public class AliasMapper extends Object
Constructor and Description |
---|
AliasMapper() |
Modifier and Type | Method and Description |
---|---|
Object |
aliasOSName(String osname)
Return the master alias for the osname.
|
String |
aliasProcessor(String processor)
Return the master alias for the processor.
|
protected static Map<String,Object> |
initAliases(InputStream in)
Read alias data and populate a Map.
|
public String aliasProcessor(String processor)
processor
- Input namepublic Object aliasOSName(String osname)
osname
- Input nameprotected static Map<String,Object> initAliases(InputStream in)
in
- InputStream from which to read alias data.Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.