| java.lang.Object org.jacorb.idl.GlobalInputStream
GlobalInputStream | public class GlobalInputStream (Code) | | This class deals with IDL input files and their inclusion relationships.
author: Gerald Brose version: $Id: GlobalInputStream.java,v 1.22 2004/05/06 12:39:58 nicolas Exp $ |
includeState | public static boolean includeState()(Code) | | |
init | public static void init()(Code) | | |
isMoreRecentThan | public static boolean isMoreRecentThan(File other)(Code) | | Test if this input stream (or rather the underlying IDL file)
is more recent (was modified at a later time than) another
file. (Used, e.g., to determine if code has been previosuly
generated from an IDL file).
Parameters: other - the file to compare this stream against true, if this stream's IDL file is more recent than the other file . |
setIncludePath | public static void setIncludePath(String path)(Code) | | |
|
|