Interface IDependencyFileLocator


public interface IDependencyFileLocator
Date: Feb 3, 2005 Time: 4:26:15 PM
  • Method Details

    • resolveDependencyFile

      String resolveDependencyFile(String location) throws IOException
      Deprecated.
      Throws:
      IOException
    • resolveDependencyStream

      InputStream resolveDependencyStream(String location) throws IOException
      Returns depenent location input steam or null if cannot be resolved
      Parameters:
      location - location of the dependent file
      Returns:
      input stream for this location or null
      Throws:
      IOException
    • cleanup

      void cleanup() throws IOException
      Cleans up any created temp resources
      Throws:
      IOException