Subversion Repositories bacoAlunos

Rev

Rev 1857 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1857 Rev 1929
Line 48... Line 48...
48
                    return comp;
48
                    return comp;
49
                }
49
                }
50
            }
50
            }
51
        return null;
51
        return null;
52
    }
52
    }
-
 
53
 
-
 
54
    public DocComponent findDocComponent(1.5.0/docs/api/java/lang/Class.html">Class compClass, 1.5.0/docs/api/java/lang/String.html">String internalCode)
-
 
55
    {
-
 
56
 
-
 
57
        if(getComponents() != null)
-
 
58
        for(DocComponent comp: getComponents())
-
 
59
        {
-
 
60
            if(comp.getClass().equals(compClass) && comp.getInternalCode().equals(internalCode))
-
 
61
            {
-
 
62
                return comp;
-
 
63
            }
-
 
64
        }
-
 
65
        return null;
-
 
66
    }
53
}
67
}