public class PhysicalFile extends DataSingleton
Modifier and Type | Class and Description |
---|---|
static class |
PhysicalFile.Notification |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object aThat) |
protected void |
fastRefresh() |
protected void |
fullRefresh() |
static PhysicalFile |
get(Platform platform,
org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.PhysicalFileStruct fileStruct)
Gets the.
|
static PhysicalFile |
get(Platform platform,
String name)
Gets the.
|
Long |
getFilesize()
Gets the filesize.
|
boolean |
getIsDir()
Gets the checks if is dir.
|
String |
getModifiedtime()
Gets the modifiedtime.
|
String |
getName()
Gets the name.
|
String |
getPath()
Gets the path.
|
int |
hashCode() |
protected boolean |
isComplete() |
void |
update(org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.PhysicalFileStruct file)
Update.
|
void |
update(PhysicalFileStructWrapper file)
Update.
|
monitor
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public static PhysicalFile get(Platform platform, String name)
platform
- the platformname
- the namepublic static PhysicalFile get(Platform platform, org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.PhysicalFileStruct fileStruct)
platform
- the platformfileStruct
- the file structpublic String getName()
public Long getFilesize()
public String getModifiedtime()
public boolean getIsDir()
public String getPath()
protected boolean isComplete()
isComplete
in class DataSingleton
protected void fastRefresh()
fastRefresh
in class DataSingleton
protected void fullRefresh()
fullRefresh
in class DataSingleton
public void update(org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.PhysicalFileStruct file)
file
- the filepublic void update(PhysicalFileStructWrapper file)
file
- the filepublic boolean equals(Object aThat)
equals
in class DataSingleton
public int hashCode()
hashCode
in class DataSingleton
Copyright © 2021. All rights reserved.