Interface IDependencyFileLocator
public interface IDependencyFileLocator
Date: Feb 3, 2005
Time: 4:26:15 PM
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
Cleans up any created temp resourcesresolveDependencyFile
(String location) Deprecated.resolveDependencyStream
(String location) Returns depenent location input steam or null if cannot be resolved
-
Method Details
-
resolveDependencyFile
Deprecated.- Throws:
IOException
-
resolveDependencyStream
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
Cleans up any created temp resources- Throws:
IOException
-