| |
|
| java.lang.Object java.util.Vector makedep.FileList
FileList | public class FileList extends Vector (Code) | | This class implements the java.util.List interface as well as
providing functionality specific to keeping track of lists of
files. See the documentation for the Database class to see how
these are used. Each FileList must only contain other FileLists
(although that is not currently enforced in the mutators).
|
getCount | public int getCount()(Code) | | |
getPlatformDependentInclude | public String getPlatformDependentInclude()(Code) | | |
getUseGrandInclude | public boolean getUseGrandInclude()(Code) | | |
hasListForFile | public boolean hasListForFile(String fileName)(Code) | | |
incrementCount | public void incrementCount()(Code) | | |
putInclFile | public void putInclFile(Database db) throws IOException(Code) | | if .h file is included thresh times, put it in the grand
include file
|
setPlatformDependentInclude | public void setPlatformDependentInclude(String arg)(Code) | | |
setUseGrandInclude | public void setUseGrandInclude(boolean arg)(Code) | | |
sortByName | public void sortByName()(Code) | | |
|
|
|