Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.tolstoy.testjc.MakeLink
Summary |
public class MakeLink extends java.lang.Object { // Fields 3 private static final int MY_SIGNATURE; private static final String copyrightString; static PrintStream outStream; // Constructors 1 public MakeLink(); // Methods 2 public static void main(String[]); private static int tryMakeLink(String, String); }
This file illustrate how to create a Windows link file ( i.e., a shortcut ) Feel free to modify this file as you wish.
Fields |
· copyrightString | Summary | Top |
private static final String copyrightString
· MY_SIGNATURE | Summary | Top |
private static final int MY_SIGNATURE
· outStream | Summary | Top |
static PrintStream outStream
Constructors |
· MakeLink | Summary | Top |
public MakeLink()
Default constructor
Methods |
· main | Summary | Top |
public static void main(String[] args)
· tryMakeLink | Summary | Top |
private static int tryMakeLink(String targetPath, String linkPath)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7