public class ProcessInfo extends Object
Modifier and Type | Field and Description |
---|---|
static Predicate<String> |
DEFAULT_RESOURCE_FILTER |
Constructor and Description |
---|
ProcessInfo(String pId,
long pStartTime) |
ProcessInfo(String pId,
long pStartTime,
List<String> pClassPaths) |
Modifier and Type | Method and 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() |
public ProcessInfo(String pId, long pStartTime)
public String getDisplayName()
public String getId()
public LocalDateTime getStartTime()
public List<com.iamsoft.util.io.ResourceUtil.ResourceInfo> getResourceList()
public boolean isLocal()
public static LocalDateTime getDateTime(long pTime)
protected String createDisplayName()
Copyright © 2023. All rights reserved.