net.sf.staccatocommons.instrument.config
Interface InstrumentationMark
- All Known Implementing Classes:
- SimpleInstrumentationMark
public interface InstrumentationMark
An instrumentation mark is pair of a string key and a byte array value that
is inserted on each file processed by an instrumenter, in order to
distinguish a processed from unprocessed class files.
Client code should not implement this interface directly,
but implement SimpleInstrumentationMark instead.
- Author:
- flbulgarelli
getMarkAttributeValue
@NonNull
byte[] getMarkAttributeValue()
- Returns:
- an attribute value added to processed class files
getMarkAttributeName
@NonNull
String getMarkAttributeName()
- Returns:
- an attribute keyF added to processed class files
Copyright © 2010-2012 Staccatocommons. All Rights Reserved.