|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.ucsb.adl.reports.AccessReportIdentifierRenamer
Transforms ADL access reports by renaming collection names that appear in ADL identifiers. If the "from" collection name is F and the "to" collection name is T, then the following transformation is performed:
| FROM | TO |
|---|---|
<identifier>F:V</identifier> |
<identifier>T:V</identifier> |
$Log: AccessReportIdentifierRenamer.java,v $
Revision 1.2 2003/03/18 03:08:54 gjanee
Complete rewrite.
Revision 1.1 2000/11/14 18:44:15 gjanee
Initial revision
| Method Summary | |
static void |
main(java.lang.String[] args)
Test driver. |
static java.lang.String |
renameIdentifier(java.lang.String report,
java.lang.String from,
java.lang.String to)
Transforms an ADL access report by renaming the collection name that appears in the ADL identifier. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.String renameIdentifier(java.lang.String report,
java.lang.String from,
java.lang.String to)
report - The access report.from - The "from" collection name.to - The "to" collection name.
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||