org.apache.aries.application.management.spi.runtime
Interface LocalPlatform


public interface LocalPlatform

This is a difficult interface to name properly. It holds methods that need to be implemented on a per-application server platform basis.


Method Summary
 File getTemporaryDirectory()
          Obtain a temporary directory
 File getTemporaryFile()
          Obtain a temporary file
 

Method Detail

getTemporaryDirectory

File getTemporaryDirectory()
                           throws IOException
Obtain a temporary directory

Returns:
Temporary directory
Throws:
IOException

getTemporaryFile

File getTemporaryFile()
                      throws IOException
Obtain a temporary file

Returns:
Temporary directory
Throws:
IOException


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.