JanosVM v1.0 API

edu.utah.janosvm.resources
Class ConfigSpec

java.lang.Object
  |
  +--edu.utah.janosvm.resources.ResourceSpec
        |
        +--edu.utah.janosvm.resources.ConfigSpec
All Implemented Interfaces:
java.lang.Cloneable

public final class ConfigSpec
extends ResourceSpec
implements java.lang.Cloneable


Fields inherited from class edu.utah.janosvm.resources.ResourceSpec
found
 
Constructor Summary
ConfigSpec(java.lang.String[] files)
           
 
Method Summary
 java.lang.Object clone()
           
static ConfigSpec current()
           
protected  void finalize()
           
 java.lang.String getFile(int index)
           
 int getFileCount()
           
private  void nativeConstructor(java.lang.String[] files)
           
private  void nativeFinalize()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.utah.janosvm.resources.ResourceSpec
find, nativeFind
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait, wait0
 

Constructor Detail

ConfigSpec

public ConfigSpec(java.lang.String[] files)
Method Detail

nativeConstructor

private void nativeConstructor(java.lang.String[] files)

getFileCount

public int getFileCount()

getFile

public java.lang.String getFile(int index)

nativeFinalize

private void nativeFinalize()

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

current

public static ConfigSpec current()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

JanosVM v1.0 API

This documentation is Copyright (C) 2000-2003 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Feb 13, 2003