org.gudy.azureus2.ui.swt.sharing
Class ShareUtils

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.sharing.ShareUtils

public class ShareUtils
extends Object


Constructor Summary
ShareUtils()
           
 
Method Summary
static void shareDir(org.eclipse.swt.widgets.Shell shell)
           
static void shareDir(String file_name)
           
static void shareDir(String file_name, Map<String,String> properties)
           
static void shareDirContents(org.eclipse.swt.widgets.Shell shell, boolean recursive)
           
static void shareDirContents(String file_name, boolean recursive)
           
protected static void shareDirSupport(org.eclipse.swt.widgets.Shell shell, boolean contents, boolean recursive)
           
static void shareFile(org.eclipse.swt.widgets.Shell shell)
           
static void shareFile(String file_name)
           
static void shareFile(String file_name, Map<String,String> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShareUtils

public ShareUtils()
Method Detail

shareFile

public static void shareFile(org.eclipse.swt.widgets.Shell shell)

shareDir

public static void shareDir(org.eclipse.swt.widgets.Shell shell)

shareDirContents

public static void shareDirContents(org.eclipse.swt.widgets.Shell shell,
                                    boolean recursive)

shareDirSupport

protected static void shareDirSupport(org.eclipse.swt.widgets.Shell shell,
                                      boolean contents,
                                      boolean recursive)

shareFile

public static void shareFile(String file_name)

shareFile

public static void shareFile(String file_name,
                             Map<String,String> properties)

shareDir

public static void shareDir(String file_name)

shareDir

public static void shareDir(String file_name,
                            Map<String,String> properties)

shareDirContents

public static void shareDirContents(String file_name,
                                    boolean recursive)