[jboss-cvs] JBossAS SVN: r68605 - in projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree: insertion and 5 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 3 14:23:59 EST 2008


Author: flavia.rainone at jboss.com
Date: 2008-01-03 14:23:59 -0500 (Thu, 03 Jan 2008)
New Revision: 68605

Modified:
   projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/insertion/package.html
   projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/package.html
   projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/common/package.html
   projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/element/package.html
   projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/match/package.html
   projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/package.html
   projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/part/package.html
Log:
[JBAOP-503] Fixed javadoc.

Modified: projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/insertion/package.html
===================================================================
--- projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/insertion/package.html	2008-01-03 19:07:18 UTC (rev 68604)
+++ projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/insertion/package.html	2008-01-03 19:23:59 UTC (rev 68605)
@@ -28,7 +28,7 @@
 Provides the tree insertion mechanism.
 
 <!-- Put @see and @since tags down here. -->
- at see pointcutMatcher.tree.insertion.InsertionKey
+ at see org.jboss.aop.joinpoint.graph.tree.insertion.InsertionKey
 
 </body>
 </html>
\ No newline at end of file

Modified: projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/package.html
===================================================================
--- projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/package.html	2008-01-03 19:07:18 UTC (rev 68604)
+++ projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/package.html	2008-01-03 19:23:59 UTC (rev 68605)
@@ -52,7 +52,7 @@
 </p>
 
 <!-- Put @see and @since tags down here. -->
- at see pointcutMatcher.tree.Tree
+ at see org.jboss.aop.joinpoint.graph.tree.Tree
 
 </body>
 </html>
\ No newline at end of file

Modified: projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/common/package.html
===================================================================
--- projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/common/package.html	2008-01-03 19:07:18 UTC (rev 68604)
+++ projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/common/package.html	2008-01-03 19:23:59 UTC (rev 68605)
@@ -30,8 +30,8 @@
 
 
 <!-- Put @see and @since tags down here. -->
- at see pointcutMatcher.tree.search.element
- at see pointcutMatcher.tree.search.part
+ at see org.jboss.aop.joinpoint.graph.tree.search.element
+ at see org.jboss.aop.joinpoint.graph.tree.search.part
 
 </body>
 </html>
\ No newline at end of file

Modified: projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/element/package.html
===================================================================
--- projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/element/package.html	2008-01-03 19:07:18 UTC (rev 68604)
+++ projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/element/package.html	2008-01-03 19:23:59 UTC (rev 68605)
@@ -42,7 +42,7 @@
 </p>
    
 <!-- Put @see and @since tags down here. -->
- at see pointcutMatcher.tree.search.element.ComparableElement
+ at see org.jboss.aop.joinpoint.graph.tree.search.element.ComparableElement
 
 </body>
 </html>
\ No newline at end of file

Modified: projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/match/package.html
===================================================================
--- projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/match/package.html	2008-01-03 19:07:18 UTC (rev 68604)
+++ projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/match/package.html	2008-01-03 19:23:59 UTC (rev 68605)
@@ -27,7 +27,7 @@
 
 Provides a framework for matching comparable objects using four different
 algorithms. All of these algorithms are based on functionality delivered by the
-{@link pointcutMatcher.tree.search.match.Comparable} interface, whose
+{@link org.jboss.aop.joinpoint.graph.tree.search.match.Comparable} interface, whose
 implementation must be provided by the client.
 
 
@@ -38,13 +38,13 @@
 <p>
 In order for the matching process to take place, the matchable expression is
 scattered into smaller parts. Each part is associated with a {@link 
-pointcutMatcher.tree.search.match.Matcher matcher}, responsible for matching its
+org.jboss.aop.joinpoint.graph.tree.search.match.Matcher matcher}, responsible for matching its
 part against a complete target part, which we will call, for simplicity, just
 <i>target</i> (so, we can state that a complete target is the result of the
 concatenation of sequential targets). This means that the first step of a
 matching process is to break the matchable expression into smaller parts,
 transforming it into a sequence of matchers. This is done by invoking {@link
-pointcutMatcher.tree.search.match.MatcherFactory#createSequence
+org.jboss.aop.joinpoint.graph.tree.search.match.MatcherFactory#createSequence
 MatcherFactory.createSequence} method. Once this sequence is generated, each
 matcher must be invoked, in order, to match its part against a target, and the
 matching process should be considered finished when one of them states a
@@ -54,7 +54,7 @@
 The matching performed by a matcher consists of verifying wheter a relationship
 between the complete target and its matchable expression part exists or not.
 Which relationship is checked by the matcher is defined by its profile (
-{@link pointcutMatcher.tree.search.match.MatcherProfile}). The available
+{@link org.jboss.aop.joinpoint.graph.tree.search.match.MatcherProfile}). The available
 profiles and the relationship they enforce are:
 </p>
 <ul>
@@ -71,7 +71,7 @@
 </p>
 <p>
 The extensibility in this package is on the {@link
-pointcutMatcher.tree.search.match.Comparable} interface. Differently from what
+org.jboss.aop.joinpoint.graph.tree.search.match.Comparable} interface. Differently from what
 one may have thought, the matchers are not responsible for comparing its
 matchable expression part with a target. For this task, it delegates execution
 to a comparable instance, provided by the client. So, the matchers are not
@@ -151,7 +151,7 @@
    </li>
    <li>
       the client must provide the target length when the target has no suffixes,
-      or the {@link pointcutMatcher.tree.search.match.LengthRange target length
+      or the {@link org.jboss.aop.joinpoint.graph.tree.search.match.LengthRange target length
       range} (contains the length of minimum and maximum post-prefixes and of
       the target itself) otherwise.
    </li>
@@ -169,10 +169,10 @@
 </p>
 
 <!-- Put @see and @since tags down here. -->
- at see pointcutMatcher.tree.search.match.MatcherFactory
- at see pointcutMatcher.tree.search.match.Matcher
- at see pointcutMatcher.tree.search.match.ComparableFactory
- at see pointcutMatcher.tree.search.match.Comparable
+ at see org.jboss.aop.joinpoint.graph.tree.search.match.MatcherFactory
+ at see org.jboss.aop.joinpoint.graph.tree.search.match.Matcher
+ at see org.jboss.aop.joinpoint.graph.tree.search.match.ComparableFactory
+ at see org.jboss.aop.joinpoint.graph.tree.search.match.Comparable
 
 </body>
 </html>
\ No newline at end of file

Modified: projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/package.html
===================================================================
--- projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/package.html	2008-01-03 19:07:18 UTC (rev 68604)
+++ projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/package.html	2008-01-03 19:23:59 UTC (rev 68605)
@@ -28,7 +28,7 @@
 Provides the search mechanism for the tree.
 
 <!-- Put @see and @since tags down here. -->
- at see pointcutMatcher.tree.search.SearchKey
+ at see org.jboss.aop.joinpoint.graph.tree.search.SearchKey
 
 </body>
 </html>
\ No newline at end of file

Modified: projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/part/package.html
===================================================================
--- projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/part/package.html	2008-01-03 19:07:18 UTC (rev 68604)
+++ projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/joinpoint/graph/tree/search/part/package.html	2008-01-03 19:23:59 UTC (rev 68605)
@@ -47,7 +47,7 @@
 </p>
    
 <!-- Put @see and @since tags down here. -->
- at see pointcutMatcher.tree.search.part.ComparableKeyPart
+ at see org.jboss.aop.joinpoint.graph.tree.search.part.ComparableKeyPart
 
 </body>
 </html>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list