public class NativePathEntry extends TransferableObject
Constructor and Description |
---|
NativePathEntry(OsFamily osFamily,
OsType osType,
OsArchitecture osArch,
java.lang.String relativePath) |
Modifier and Type | Method and Description |
---|---|
OsArchitecture |
getOsArch() |
OsFamily |
getOsFamily() |
OsType |
getOsType() |
java.lang.String |
getPathEntry() |
boolean |
isCompatible(OsPlatform neededPlatform) |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public NativePathEntry(OsFamily osFamily, OsType osType, OsArchitecture osArch, java.lang.String relativePath)
public java.lang.String getPathEntry()
public OsFamily getOsFamily()
public OsType getOsType()
public OsArchitecture getOsArch()
public boolean isCompatible(OsPlatform neededPlatform)
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.