org.apache.aries.application.local.platform.impl
Class DefaultLocalPlatform

java.lang.Object
  extended by org.apache.aries.application.local.platform.impl.DefaultLocalPlatform
All Implemented Interfaces:
LocalPlatform

public class DefaultLocalPlatform
extends Object
implements LocalPlatform


Constructor Summary
DefaultLocalPlatform()
           
 
Method Summary
 File getTemporaryDirectory()
           
 File getTemporaryFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLocalPlatform

public DefaultLocalPlatform()
Method Detail

getTemporaryDirectory

public File getTemporaryDirectory()
                           throws IOException
Specified by:
getTemporaryDirectory in interface LocalPlatform
Throws:
IOException

getTemporaryFile

public File getTemporaryFile()
                      throws IOException
Specified by:
getTemporaryFile in interface LocalPlatform
Throws:
IOException


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