org.anarres.cpp
Interface VirtualFile


public interface VirtualFile

An extremely lightweight virtual file interface.


Method Summary
 VirtualFile getChildFile(String name)
           
 String getName()
           
 VirtualFile getParentFile()
           
 String getPath()
           
 Source getSource()
           
 boolean isFile()
           
 

Method Detail

isFile

boolean isFile()

getPath

String getPath()

getName

String getName()

getParentFile

VirtualFile getParentFile()

getChildFile

VirtualFile getChildFile(String name)

getSource

Source getSource()
                 throws IOException
Throws:
IOException


Copyright © 2007 Shevek, Anarres. All Rights Reserved.