- java.lang.Object
-
- com.iamsoft.util.ui.javafx.management.ProcessInfo
-
public class ProcessInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Predicate<String>
DEFAULT_RESOURCE_FILTER
-
Constructor Summary
Constructors Constructor Description ProcessInfo(String pId, long pStartTime)
ProcessInfo(String pId, long pStartTime, List<String> pClassPaths)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
createDisplayName()
boolean
equals(Object pObject)
List<String>
getClassPaths()
static LocalDateTime
getDateTime(long pTime)
String
getDisplayName()
String
getId()
List<com.iamsoft.util.io.ResourceUtil.ResourceInfo>
getResourceList()
List<String>
getResourceUrls()
LocalDateTime
getStartTime()
int
hashCode()
boolean
isLocal()
String
toString()
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
-
getId
public String getId()
-
getStartTime
public LocalDateTime getStartTime()
-
getResourceList
public List<com.iamsoft.util.io.ResourceUtil.ResourceInfo> getResourceList()
-
isLocal
public boolean isLocal()
-
getDateTime
public static LocalDateTime getDateTime(long pTime)
-
createDisplayName
protected String createDisplayName()
-
-