public class AccessedEnvironment extends Object implements Serializable
| Constructor and Description |
|---|
AccessedEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLocalFiles(Collection<String> files) |
void |
addLocalListeningPorts(Collection<EndPointInfo> ports) |
void |
addRemoteContactedPorts(Collection<EndPointInfo> ports) |
void |
addRemoteURLs(Collection<String> urls) |
void |
clear() |
void |
copyFrom(AccessedEnvironment other) |
JeeData |
getJeeData() |
Set<String> |
getViewOfAccessedFiles() |
Set<EndPointInfo> |
getViewOfLocalListeningPorts() |
Set<EndPointInfo> |
getViewOfRemoteContactedPorts() |
Set<String> |
getViewOfRemoteURLs() |
boolean |
hasProperty(String property) |
boolean |
isFileSystemAccessed() |
boolean |
isNetworkAccessed() |
void |
setJeeData(JeeData jeeData) |
public void copyFrom(AccessedEnvironment other)
public void clear()
public boolean hasProperty(String property) throws IllegalArgumentException
IllegalArgumentExceptionpublic JeeData getJeeData()
public void setJeeData(JeeData jeeData)
public void addRemoteContactedPorts(Collection<EndPointInfo> ports)
public Set<EndPointInfo> getViewOfRemoteContactedPorts()
public void addLocalListeningPorts(Collection<EndPointInfo> ports)
public Set<EndPointInfo> getViewOfLocalListeningPorts()
public void addLocalFiles(Collection<String> files)
public void addRemoteURLs(Collection<String> urls)
public boolean isNetworkAccessed()
public boolean isFileSystemAccessed()
Copyright © 2010–2017 EvoSuite. All rights reserved.