A B C E F G H I L M N O P R S T U V W X

A

addCase(ProfileCase) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileReport
Adds a case to the ProfileReport.
addClasspath(Path) - Method in class br.com.oncast.dev.lobo.task.ProfilerTask
Add a new Path.
addFileset(FileSet) - Method in class br.com.oncast.dev.lobo.task.BatchProfile
Adds a FileSet to the list of filesets to be processed.
addMetric(ProfileMetric) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileScenario
Adds a ProfileMetric to the ProfileScenario.
addScenario(ProfileScenario) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileCase
Adds a scenario to the ProfileCase.

B

BatchProfile - Class in br.com.oncast.dev.lobo.task
ProfilerTask element to store multiple profiling cases to be executed in batch.
BatchProfile() - Constructor for class br.com.oncast.dev.lobo.task.BatchProfile
 
br.com.oncast.dev.lobo - package br.com.oncast.dev.lobo
 
br.com.oncast.dev.lobo.eval - package br.com.oncast.dev.lobo.eval
 
br.com.oncast.dev.lobo.eval.bean - package br.com.oncast.dev.lobo.eval.bean
 
br.com.oncast.dev.lobo.io - package br.com.oncast.dev.lobo.io
 
br.com.oncast.dev.lobo.merge - package br.com.oncast.dev.lobo.merge
 
br.com.oncast.dev.lobo.merge.bean - package br.com.oncast.dev.lobo.merge.bean
 
br.com.oncast.dev.lobo.report - package br.com.oncast.dev.lobo.report
 
br.com.oncast.dev.lobo.task - package br.com.oncast.dev.lobo.task
 
br.com.oncast.dev.lobo.task.loader - package br.com.oncast.dev.lobo.task.loader
 

C

caseScenarios(Class<?>, List<Method>) - Method in interface br.com.oncast.dev.lobo.eval.ExecutionProfiler.ExecutionListener
Notifies the scenarios available in the given case as it is analised.
close() - Method in interface br.com.oncast.dev.lobo.io.MergeFileWriter
Ends the merge file creation session.
close() - Method in class br.com.oncast.dev.lobo.io.OutputStreamMergeFileWriter
 
close() - Method in class br.com.oncast.dev.lobo.io.XMLWriter
Closes the document.
Note that this method won't close the XMLStreamWriter.
createBatchProfile() - Method in class br.com.oncast.dev.lobo.task.ProfilerTask
Creates the BatchProfile to be executed.
createEmptyMergeReader() - Method in interface br.com.oncast.dev.lobo.io.IOFactory
Creates a MergeFileReader simulating an empty merge file.
createEmptyMergeReader() - Method in class br.com.oncast.dev.lobo.io.IOFactoryImpl
 
createMergeReader(InputStream) - Method in interface br.com.oncast.dev.lobo.io.IOFactory
Creates a MergeFileReader for the given InputStream.
createMergeReader(InputStream) - Method in class br.com.oncast.dev.lobo.io.IOFactoryImpl
 
createMergeWriter(OutputStream) - Method in interface br.com.oncast.dev.lobo.io.IOFactory
Creates a MergeFileWriter for the given OutputStream.
createMergeWriter(OutputStream) - Method in class br.com.oncast.dev.lobo.io.IOFactoryImpl
 
createPlotter() - Static method in class br.com.oncast.dev.lobo.report.ReporterFactory
Creates a new ReportPlotter.
createProfilerReader(InputStream) - Method in interface br.com.oncast.dev.lobo.io.IOFactory
Creates a ProfileReader for the given InputStream.
createProfilerReader(InputStream) - Method in class br.com.oncast.dev.lobo.io.IOFactoryImpl
 
createProfileWriter(OutputStream) - Method in interface br.com.oncast.dev.lobo.io.IOFactory
Creates a ProfileWriter for the given OutputStream.
createProfileWriter(OutputStream) - Method in class br.com.oncast.dev.lobo.io.IOFactoryImpl
 
createTransformer() - Static method in class br.com.oncast.dev.lobo.report.ReporterFactory
Creates a new ReportTransformer.
currentCaseName() - Method in interface br.com.oncast.dev.lobo.io.MergeFileReader
The name of the current case.
currentScenarioName() - Method in interface br.com.oncast.dev.lobo.io.MergeFileReader
The name of the current scenario.

E

endMetric(String) - Method in class br.com.oncast.dev.lobo.eval.ExecutionContext
Ends a metric interval on the metric identified by metricName.
endMetric(String) - Static method in class br.com.oncast.dev.lobo.Telemetry
Ends collecting the given metric.
endMetricIfOpened(String) - Method in class br.com.oncast.dev.lobo.eval.ExecutionContext
Ends a metric interval on the metric identified by metricName if opened.
EODException - Exception in br.com.oncast.dev.lobo.io
Thrown when the end of the document was reached before expected.
EODException() - Constructor for exception br.com.oncast.dev.lobo.io.EODException
 
EODException(String, Throwable) - Constructor for exception br.com.oncast.dev.lobo.io.EODException
 
EODException(String) - Constructor for exception br.com.oncast.dev.lobo.io.EODException
 
EODException(Throwable) - Constructor for exception br.com.oncast.dev.lobo.io.EODException
 
eval(List<Long>) - Method in enum br.com.oncast.dev.lobo.MetricType
Evaluate the metric.
execute() - Method in class br.com.oncast.dev.lobo.eval.ExecutionProfiler
Execute the Profiler's.
execute() - Method in class br.com.oncast.dev.lobo.task.ProfilerMergeTask
 
execute() - Method in class br.com.oncast.dev.lobo.task.ProfilerReporterTask
 
execute() - Method in class br.com.oncast.dev.lobo.task.ProfilerTask
Executes the task.
ExecutionContext - Class in br.com.oncast.dev.lobo.eval
Controls the information collected during profiling evaluation.
ExecutionProfiler - Class in br.com.oncast.dev.lobo.eval
Runner for a Collection of Profiler.
ExecutionProfiler(Collection<Class<?>>, ExecutionProfiler.ExecutionListener) - Constructor for class br.com.oncast.dev.lobo.eval.ExecutionProfiler
Creates a new instance of ExecutionRunner.
ExecutionProfiler.ExecutionListener - Interface in br.com.oncast.dev.lobo.eval
ExecutionListener for execution profiler.
ExecutionProfilerException - Exception in br.com.oncast.dev.lobo.eval
Exception throwed by ExecutionProfiler.
ExecutionProfilerException() - Constructor for exception br.com.oncast.dev.lobo.eval.ExecutionProfilerException
Creates a new instance of ExecutionRunnerException.
ExecutionProfilerException(String) - Constructor for exception br.com.oncast.dev.lobo.eval.ExecutionProfilerException
Creates a new instance of ExecutionRunnerException.
ExecutionProfilerException(Throwable) - Constructor for exception br.com.oncast.dev.lobo.eval.ExecutionProfilerException
Creates a new instance of ExecutionRunnerException.
ExecutionProfilerException(String, Throwable) - Constructor for exception br.com.oncast.dev.lobo.eval.ExecutionProfilerException
Creates a new instance of ExecutionRunnerException.

F

FilesetClassLoader - Class in br.com.oncast.dev.lobo.task.loader
ClassLoader for ant FileSets.
Extends ClassLoader behavior by keeping track of all classes loaded by the ClassLoader.
FilesetClassLoader(List<FileSet>, Project) - Constructor for class br.com.oncast.dev.lobo.task.loader.FilesetClassLoader
Creates a new instance of FilesetClassLoader.
FilesetClassLoader(List<FileSet>, ClassLoader, Project) - Constructor for class br.com.oncast.dev.lobo.task.loader.FilesetClassLoader
Creates a new instance of FilesetClassLoader.

G

getBuildName() - Method in class br.com.oncast.dev.lobo.merge.bean.MetricValue
 
getCase(String) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileReport
Returns a previously added case given its caseClass.
getCase() - Method in class br.com.oncast.dev.lobo.merge.bean.MergeMetric
 
getCaseClass() - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileCase
 
getCases() - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileReport
Returns all the cases in the report.
It is guaranteed that the returned collection of ProfileCases will iterate over them in the insertion order.
getFilesets() - Method in class br.com.oncast.dev.lobo.task.BatchProfile
 
getInstance() - Static method in class br.com.oncast.dev.lobo.eval.ExecutionContext
Returns the singleton's instance.
getKey() - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileMetric
 
getLoadedClasses() - Method in class br.com.oncast.dev.lobo.task.loader.FilesetClassLoader
 
getMetric(String) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileScenario
Returns a previously added metric given its key.
getMetric() - Method in class br.com.oncast.dev.lobo.merge.bean.MergeMetric
 
getMetrics() - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileScenario
Returns all the collected metrics.
It is guaranteed that the returned collection of ProfileMetrics while iterate over them in the insertion order.
getReport() - Method in class br.com.oncast.dev.lobo.eval.ExecutionContext
Returns the last report evaluated.
getScenario(String) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileCase
Returns a previously added scenario given its scenarioMethod.
getScenario() - Method in class br.com.oncast.dev.lobo.merge.bean.MergeMetric
 
getScenarioMethod() - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileScenario
 
getScenarios() - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileCase
Returns all the scenarios in the case.
It is guaranteed that the returned collection of ProfileScenarios will iterate over them in the insertion order.
getType() - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileMetric
 
getType() - Method in class br.com.oncast.dev.lobo.merge.bean.MetricValue
 
getValue() - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileMetric
 
getValue() - Method in class br.com.oncast.dev.lobo.merge.bean.MetricValue
 

H

hasCases() - Method in interface br.com.oncast.dev.lobo.io.MergeFileReader
Returns true if the MergeFileReader has unread cases.
hasMetrics() - Method in interface br.com.oncast.dev.lobo.io.MergeFileReader
Returns true if the MergeFileReader has unread metrics within the current scenario.
hasMetricValues() - Method in interface br.com.oncast.dev.lobo.io.MergeFileReader
Returns true if the MergeFileReader has unread metric values within the current metric.
hasScenarios() - Method in interface br.com.oncast.dev.lobo.io.MergeFileReader
Returns true if the MergeFileReader has unread scenarios within the current case.

I

init() - Method in class br.com.oncast.dev.lobo.task.ProfilerReporterTask
 
IOFactory - Interface in br.com.oncast.dev.lobo.io
Factory for Merge IO Components.
IOFactoryImpl - Class in br.com.oncast.dev.lobo.io
Production implementation of IOFactory.
IOFactoryImpl() - Constructor for class br.com.oncast.dev.lobo.io.IOFactoryImpl
 

L

LoboIOException - Exception in br.com.oncast.dev.lobo.io
General exception for merging exceptions.
LoboIOException() - Constructor for exception br.com.oncast.dev.lobo.io.LoboIOException
 
LoboIOException(String, Throwable) - Constructor for exception br.com.oncast.dev.lobo.io.LoboIOException
 
LoboIOException(String) - Constructor for exception br.com.oncast.dev.lobo.io.LoboIOException
 
LoboIOException(Throwable) - Constructor for exception br.com.oncast.dev.lobo.io.LoboIOException
 

M

merge(String, File, File, File) - Static method in class br.com.oncast.dev.lobo.merge.MergingEngine
Merges the given profilerSource and mergeSource into the output.
MergeFileReader - Interface in br.com.oncast.dev.lobo.io
Reader for a merge file report.
MergeFileWriter - Interface in br.com.oncast.dev.lobo.io
Writer for a merge file report.
MergeMetric - Class in br.com.oncast.dev.lobo.merge.bean
Represents a metric in a merge file.
MergeMetric() - Constructor for class br.com.oncast.dev.lobo.merge.bean.MergeMetric
 
MergingEngine - Class in br.com.oncast.dev.lobo.merge
Engine to merge merge file xmls and profiler result file xmls into a merge file xmls that unifies both.
MetricIntervalUnstartedException - Exception in br.com.oncast.dev.lobo.eval
Thrown when it was attempted to end a metric interval but it was not opened.
MetricIntervalUnstartedException() - Constructor for exception br.com.oncast.dev.lobo.eval.MetricIntervalUnstartedException
 
MetricIntervalUnstartedException(String, Throwable) - Constructor for exception br.com.oncast.dev.lobo.eval.MetricIntervalUnstartedException
 
MetricIntervalUnstartedException(String) - Constructor for exception br.com.oncast.dev.lobo.eval.MetricIntervalUnstartedException
 
MetricIntervalUnstartedException(Throwable) - Constructor for exception br.com.oncast.dev.lobo.eval.MetricIntervalUnstartedException
 
MetricType - Enum in br.com.oncast.dev.lobo
The metric collectin type.
MetricValue - Class in br.com.oncast.dev.lobo.eval
A metric value.
MetricValue(String, double) - Constructor for class br.com.oncast.dev.lobo.eval.MetricValue
Creates a new instance of MetricValue.
MetricValue - Class in br.com.oncast.dev.lobo.merge.bean
Value for a metric in merge context.
MetricValue() - Constructor for class br.com.oncast.dev.lobo.merge.bean.MetricValue
 

N

name - Variable in class br.com.oncast.dev.lobo.eval.MetricValue
The metric name.
nextCase() - Method in interface br.com.oncast.dev.lobo.io.MergeFileReader
Advances to the following case.
nextMetric() - Method in interface br.com.oncast.dev.lobo.io.MergeFileReader
Returns the next MergeMetric.
nextMetricValue() - Method in interface br.com.oncast.dev.lobo.io.MergeFileReader
Returns the next MetricValue.
nextScenario() - Method in interface br.com.oncast.dev.lobo.io.MergeFileReader
Advances to the following scenario.

O

OutputStreamMergeFileWriter - Class in br.com.oncast.dev.lobo.io
A OutputStream implementation of MergeFileWriter.
OutputStreamMergeFileWriter(OutputStream) - Constructor for class br.com.oncast.dev.lobo.io.OutputStreamMergeFileWriter
Creates a new instance of PocOutputStreamMergeFileWriter.
OutputStreamProfileWriter - Class in br.com.oncast.dev.lobo.io
ProfileWriter for XML file.
OutputStreamProfileWriter(OutputStream) - Constructor for class br.com.oncast.dev.lobo.io.OutputStreamProfileWriter
Creates a new instance of OutputStreamProfileWriter.

P

plot(File, File) - Method in interface br.com.oncast.dev.lobo.report.ReportPlotter
Plot's graphics based on the merged report.
Profile - Annotation Type in br.com.oncast.dev.lobo
Marks a profile scenario.
Profile scenarios are processed by the OnCast Profiler Tool which runs the scenario, collects the performance metrics and reports for performance analysis and history purposes.
ProfileCase - Class in br.com.oncast.dev.lobo.eval.bean
Sub-tree of the profile reporting tree specific to a profile case.
A profile case is mapped into a java class, called ProfileCase Class.
ProfileCase(String) - Constructor for class br.com.oncast.dev.lobo.eval.bean.ProfileCase
Creates a new instance of ProfileCase.
ProfileMetric - Class in br.com.oncast.dev.lobo.eval.bean
A leaf in the profile reporting bean tree.
It stores information about a single profiling metric.
ProfileMetric(String) - Constructor for class br.com.oncast.dev.lobo.eval.bean.ProfileMetric
Creates a new instance of ProfileMetric.
ProfileReader - Interface in br.com.oncast.dev.lobo.io
ProfileReport reader.
Reads a full Profile-Report XML and returns the read ProfileReport bean tree.
ProfileReport - Class in br.com.oncast.dev.lobo.eval.bean
Root bean of the profile reporting bean tree.
ProfileReport() - Constructor for class br.com.oncast.dev.lobo.eval.bean.ProfileReport
 
ProfilerMergeTask - Class in br.com.oncast.dev.lobo.task
Ant task to merge profile results.
The profiler merger is design to create a new merge result xml based on an (optional) merge result xml and a profiler result xml.
ProfilerMergeTask() - Constructor for class br.com.oncast.dev.lobo.task.ProfilerMergeTask
 
ProfilerReporterTask - Class in br.com.oncast.dev.lobo.task
Ant task for reporting the merge result.
ProfilerReporterTask() - Constructor for class br.com.oncast.dev.lobo.task.ProfilerReporterTask
 
ProfilerTask - Class in br.com.oncast.dev.lobo.task
Ant task for performance analysis.
ProfilerTask() - Constructor for class br.com.oncast.dev.lobo.task.ProfilerTask
 
ProfileScenario - Class in br.com.oncast.dev.lobo.eval.bean
A sub-tree of the reporting profile bean tree specific to a profile scenario.
Profile Scenarios are java methods inside a Profile Case.
ProfileScenario(String) - Constructor for class br.com.oncast.dev.lobo.eval.bean.ProfileScenario
Creates a new instance of ProfileScenario.
ProfileWriter - Interface in br.com.oncast.dev.lobo.io
Interface that defines a writer to output report of ProfilerTask.

R

readProfile() - Method in interface br.com.oncast.dev.lobo.io.ProfileReader
Reads the full profile report.
removeCase(ProfileCase) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileReport
Removes a case from the report.
removeMetric(ProfileMetric) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileScenario
Removes a metric from the scenario.
removeScenario(ProfileScenario) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileCase
Removes a scenario from the case.
ReporterFactory - Class in br.com.oncast.dev.lobo.report
Factory for ReportPlotter and ReportTransformer.
ReporterFactory() - Constructor for class br.com.oncast.dev.lobo.report.ReporterFactory
 
ReportException - Exception in br.com.oncast.dev.lobo.report
General exception for report exceptions.
ReportException() - Constructor for exception br.com.oncast.dev.lobo.report.ReportException
 
ReportException(String, Throwable) - Constructor for exception br.com.oncast.dev.lobo.report.ReportException
 
ReportException(String) - Constructor for exception br.com.oncast.dev.lobo.report.ReportException
 
ReportException(Throwable) - Constructor for exception br.com.oncast.dev.lobo.report.ReportException
 
ReportPlotter - Interface in br.com.oncast.dev.lobo.report
Interface definition of a report plotter, to plot graphics used on the report.
ReportTransformer - Interface in br.com.oncast.dev.lobo.report
Interface definition of a report transformer, to transform a merged report into a HTML report.
reset() - Method in class br.com.oncast.dev.lobo.eval.ExecutionContext
Resets the execution context.
runningScenario(Class<?>, Method) - Method in interface br.com.oncast.dev.lobo.eval.ExecutionProfiler.ExecutionListener
Notifies the listener that a scenario was started.
runningScenarioError(Throwable) - Method in interface br.com.oncast.dev.lobo.eval.ExecutionProfiler.ExecutionListener
Notifies that the running scenario terminated because of an error.

S

setBuildMetrics(String) - Method in class br.com.oncast.dev.lobo.task.ProfilerMergeTask
The mandatory profiler source file.
This is the profiler results that must be merged with the merger source to generate the output file.
setBuildName(String) - Method in class br.com.oncast.dev.lobo.merge.bean.MetricValue
 
setBuildName(String) - Method in class br.com.oncast.dev.lobo.task.ProfilerMergeTask
The optional build name.
If the build name is not set the merger will try to infer the next build name from the merge source.
setCase(String) - Method in class br.com.oncast.dev.lobo.merge.bean.MergeMetric
 
setClasspathRef(Reference) - Method in class br.com.oncast.dev.lobo.task.ProfilerTask
Setter for ClasspathRef.
setInput(File) - Method in class br.com.oncast.dev.lobo.task.ProfilerReporterTask
 
setMerge(String) - Method in class br.com.oncast.dev.lobo.task.ProfilerMergeTask
The merge file.
This merge file stores performance information of all the builds it merged.
setMetric(String) - Method in class br.com.oncast.dev.lobo.merge.bean.MergeMetric
 
setOutput(File) - Method in class br.com.oncast.dev.lobo.task.ProfilerReporterTask
 
setOutput(String) - Method in class br.com.oncast.dev.lobo.task.ProfilerTask
Sets the output file to write results to.
setScenario(String) - Method in class br.com.oncast.dev.lobo.merge.bean.MergeMetric
 
setType(MetricType) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileMetric
 
setType(MetricType) - Method in class br.com.oncast.dev.lobo.merge.bean.MetricValue
 
setValue(double) - Method in class br.com.oncast.dev.lobo.eval.bean.ProfileMetric
 
setValue(double) - Method in class br.com.oncast.dev.lobo.merge.bean.MetricValue
 
startCase(String) - Method in interface br.com.oncast.dev.lobo.io.MergeFileWriter
Initiates a profiler case.
startCase(String) - Method in class br.com.oncast.dev.lobo.io.OutputStreamMergeFileWriter
 
startMetric(String, MetricType) - Method in class br.com.oncast.dev.lobo.eval.ExecutionContext
Starts a metric interval evaluation.
startMetric(MergeMetric) - Method in interface br.com.oncast.dev.lobo.io.MergeFileWriter
Initiates a metric.
startMetric(MergeMetric) - Method in class br.com.oncast.dev.lobo.io.OutputStreamMergeFileWriter
 
startMetric(String) - Static method in class br.com.oncast.dev.lobo.Telemetry
Starts collecting the given metric.
startMetric(String, MetricType) - Static method in class br.com.oncast.dev.lobo.Telemetry
Starts collecting the given metric.
startScenario(String) - Method in interface br.com.oncast.dev.lobo.io.MergeFileWriter
Initiates a profiler scenario.
startScenario(String) - Method in class br.com.oncast.dev.lobo.io.OutputStreamMergeFileWriter
 
switchCase(Class<?>) - Method in class br.com.oncast.dev.lobo.eval.ExecutionContext
Switches the case being evaluated.
switchMetric(String) - Method in class br.com.oncast.dev.lobo.eval.ExecutionContext
Switches metric intervals on the metric identified by metricName.
It first closes the referred metric and then closes it, but in a faster away.
switchMetric(String) - Static method in class br.com.oncast.dev.lobo.Telemetry
Switches the metric.
Only valid for multi valored metrics.
switchScenario(Method) - Method in class br.com.oncast.dev.lobo.eval.ExecutionContext
Swithces the scenario being evaluated.

T

Telemetry - Class in br.com.oncast.dev.lobo
Telemetry collector.
Telemetry is used to collect profiling metrics in each profile scenario.
It is simple to define metrics in your scenario, take a look at the example:
Telemetry() - Constructor for class br.com.oncast.dev.lobo.Telemetry
 
toString() - Method in class br.com.oncast.dev.lobo.eval.MetricValue
 
transform(File, File) - Method in interface br.com.oncast.dev.lobo.report.ReportTransformer
Transform the merged report into a HTML report.

U

UndefinedMetricException - Exception in br.com.oncast.dev.lobo
Thrown when a metric is switched or ended but it has never been started.
UndefinedMetricException() - Constructor for exception br.com.oncast.dev.lobo.UndefinedMetricException
 
UndefinedMetricException(String, Throwable) - Constructor for exception br.com.oncast.dev.lobo.UndefinedMetricException
 
UndefinedMetricException(String) - Constructor for exception br.com.oncast.dev.lobo.UndefinedMetricException
 
UndefinedMetricException(Throwable) - Constructor for exception br.com.oncast.dev.lobo.UndefinedMetricException
 

V

value - Variable in class br.com.oncast.dev.lobo.eval.MetricValue
The metric value.
valueOf(String) - Static method in enum br.com.oncast.dev.lobo.MetricType
Returns the enum constant of this type with the specified name.
values() - Static method in enum br.com.oncast.dev.lobo.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(ProfileReport) - Method in class br.com.oncast.dev.lobo.io.OutputStreamProfileWriter
 
write(ProfileReport) - Method in interface br.com.oncast.dev.lobo.io.ProfileWriter
Write a ProfileReport into a File.
writeAttribute(String, String) - Method in class br.com.oncast.dev.lobo.io.XMLWriter
Writes an attribute to the current tag.
writeEmptyTag(String) - Method in class br.com.oncast.dev.lobo.io.XMLWriter
Writes an empty tag with the given name.
writeEndTag() - Method in class br.com.oncast.dev.lobo.io.XMLWriter
Ends the current tag.
writeMetricValue(MetricValue) - Method in interface br.com.oncast.dev.lobo.io.MergeFileWriter
Writes a metric value to the merge file.
writeMetricValue(MetricValue) - Method in class br.com.oncast.dev.lobo.io.OutputStreamMergeFileWriter
 
writeTag(String) - Method in class br.com.oncast.dev.lobo.io.XMLWriter
Writes a tag with the given name.

X

XMLWriter - Class in br.com.oncast.dev.lobo.io
Writer for simple XML files.
Does not support character nor CDATA output.
XMLWriter(XMLStreamWriter) - Constructor for class br.com.oncast.dev.lobo.io.XMLWriter
Creates a new instance of XMLWriter.

A B C E F G H I L M N O P R S T U V W X