jcommon.core.platform.mac
Class Path

java.lang.Object
  extended by jcommon.core.platform.mac.MacPlatformProvider
      extended by jcommon.core.platform.mac.Path
All Implemented Interfaces:
IPath, IPlatformImplementation, IPlatformProvider

public final class Path
extends MacPlatformProvider
implements IPath


Nested Class Summary
 
Nested classes/interfaces inherited from interface jcommon.core.platform.IPath
IPath.Default
 
Field Summary
static IPath INSTANCE
           
 
Fields inherited from interface jcommon.core.platform.IPath
DEFAULT
 
Constructor Summary
Path()
           
 
Method Summary
 boolean createSymbolicLink(String to, String from)
           
 IPlatformImplementation provideImplementation()
           
 
Methods inherited from class jcommon.core.platform.mac.MacPlatformProvider
providerMatchesPlatform
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IPath INSTANCE
Constructor Detail

Path

public Path()
Method Detail

provideImplementation

public IPlatformImplementation provideImplementation()
Specified by:
provideImplementation in interface IPlatformProvider

createSymbolicLink

public boolean createSymbolicLink(String to,
                                  String from)
Specified by:
createSymbolicLink in interface IPath


Copyright © 2012-2013. All Rights Reserved.