jcommon.core.platform
Interface IPath

All Superinterfaces:
IPlatformImplementation
All Known Implementing Classes:
IPath.Default, Path, Path, Path

public interface IPath
extends IPlatformImplementation

Provides native access to platform-specific path operations.


Nested Class Summary
static class IPath.Default
           
 
Field Summary
static IPath DEFAULT
           
 
Method Summary
 boolean createSymbolicLink(String to, String from)
           
 

Field Detail

DEFAULT

static final IPath DEFAULT
Method Detail

createSymbolicLink

boolean createSymbolicLink(String to,
                           String from)


Copyright © 2012-2013. All Rights Reserved.