| Modifier and Type | Method and Description |
|---|---|
GCResource |
GCViewerArgsParser.getGcResource() |
| Modifier and Type | Method and Description |
|---|---|
GCResource |
GCModelLoader.getGcResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
GCModelLoaderController.add(GCResource gcResource) |
void |
GCModelLoaderController.open(GCResource gcResource)
Open a gc log resource from a filename or URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCModelLoaderController.add(List<GCResource> gcResourceList) |
void |
GCModelLoaderController.open(List<GCResource> gcResourceList) |
void |
GCModelLoaderController.openAsSeries(List<GCResource> gcResourceList)
Opens the given
GCResources as a series of rotated logfiles. |
| Modifier and Type | Method and Description |
|---|---|
GCResource |
GCModelSeriesLoaderImpl.getGcResource() |
GCResource |
GCModelLoaderImpl.getGcResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
GCModelLoaderControllerImpl.add(GCResource gcResource) |
static GCModelLoader |
GCModelLoaderFactory.createFor(GCResource gcResource)
Creates an appropriate
GCModelLoader for the given GCResource |
void |
GCModelLoaderControllerImpl.open(GCResource gcResource) |
void |
GCViewerGuiController.startGui(GCResource gcResource)
Start graphical user interface and load a log file (resourceName - if not
null). |
| Modifier and Type | Method and Description |
|---|---|
void |
GCModelLoaderControllerImpl.add(List<GCResource> gcResourceList) |
void |
GCModelLoaderControllerImpl.open(List<GCResource> gcResourceList) |
void |
GCModelLoaderControllerImpl.openAsSeries(List<GCResource> gcResourceList) |
| Constructor and Description |
|---|
GCModelLoaderImpl(GCResource gcResource) |
| Modifier and Type | Field and Description |
|---|---|
protected GCResource |
AbstractDataReader.gcResource
the resource being read
|
| Modifier and Type | Method and Description |
|---|---|
DataReader |
DataReaderFactory.getDataReader(GCResource gcResource,
InputStream inStream)
Returns the
DataReader determined by content analysis. |
GCModel |
DataReaderFacade.loadModel(GCResource gcResource)
Loads a model from a given
gcResource logging all exceptions that occur. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGcResource
Base class for
GCResource implementations |
class |
GcResourceFile
Identifies a GC resource: a file or URL resource containing GC info.
|
class |
GcResourceSeries
An (artificial)
GCResource that represents a collection of actual GCResources that are to be
treated as one consecutive log. |
| Modifier and Type | Method and Description |
|---|---|
List<GCResource> |
GcResourceSeries.getResourcesInOrder() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
GcResourceSeries.buildName(List<GCResource> resourcesInOrder) |
| Constructor and Description |
|---|
GcResourceSeries(List<GCResource> resourcesInOrder) |
| Modifier and Type | Method and Description |
|---|---|
GCResource |
ChartPanelView.getGCResource() |
| Modifier and Type | Method and Description |
|---|---|
List<GCResource> |
GCDocument.getGCResources()
Returns a list of the GCResources displayed in this document.
|
| Modifier and Type | Method and Description |
|---|---|
ChartPanelView |
GCDocument.getChartPanelView(GCResource gcResource)
Returns the ChartPanelView that displays
gcResource. |
void |
ChartPanelView.setGcResource(GCResource gcResource) |
void |
GCModelLoaderView.setGCResource(GCResource gcResource) |
| Constructor and Description |
|---|
ChartPanelView(GCPreferences preferences,
GCResource gcResource) |
GCModelLoaderView(GCResource gcResource) |
| Modifier and Type | Method and Description |
|---|---|
List<GCResource> |
GCResourceGroup.getGCResourceList()
Get all resources names as an array of strings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecentGCResourcesModel.add(List<GCResource> gcResourceList)
Add a list of
GCResource to the model. |
| Constructor and Description |
|---|
GCResourceGroup(List<GCResource> gcResourceList) |
Copyright © 2019. All rights reserved.