|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kit.furia.fragment.AbstractFragmentExtractor
public abstract class AbstractFragmentExtractor
Constructor Summary | |
---|---|
AbstractFragmentExtractor()
|
Method Summary | |
---|---|
protected void |
getClassFiles(java.io.File directory,
java.util.List<java.io.File> result)
Receives a directory and returns all the class files found in it. |
protected void |
getClassFiles(java.io.File x,
java.util.List<java.lang.String> output,
java.lang.String dir)
Iterates the given directory, and returns all the .class files found in it, if there are other directories. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kit.furia.fragment.FragmentExtractor |
---|
extractMethodsFromDirectory |
Constructor Detail |
---|
public AbstractFragmentExtractor()
Method Detail |
---|
protected void getClassFiles(java.io.File directory, java.util.List<java.io.File> result)
directory
- result
- Returns all the files in the given folderprotected void getClassFiles(java.io.File x, java.util.List<java.lang.String> output, java.lang.String dir)
x
- the directory where we will take the classes fromoutput
- A list where all the file names will be stored.dir
- The parent class file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |