com.aragost.javahg.internals
Class JavaHgMercurialExtension

java.lang.Object
  extended by com.aragost.javahg.MercurialExtension
      extended by com.aragost.javahg.internals.JavaHgMercurialExtension

public class JavaHgMercurialExtension
extends MercurialExtension

Extension class to load the JavaHg specific Mercurial extension


Constructor Summary
JavaHgMercurialExtension()
           
 
Method Summary
 String getName()
           
 String getPath()
           
 String getResourceName()
           
 void initialize()
          The initialize method is called once for each extension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaHgMercurialExtension

public JavaHgMercurialExtension()
Method Detail

getName

public String getName()
Specified by:
getName in class MercurialExtension
Returns:
the name of the extension

getResourceName

public String getResourceName()

getPath

public String getPath()
Overrides:
getPath in class MercurialExtension
Returns:
the path where the extension can be found. Return null if the extension is bundled with Mercurial

initialize

public void initialize()
                throws IOException
Description copied from class: MercurialExtension
The initialize method is called once for each extension

Overrides:
initialize in class MercurialExtension
Throws:
IOException


Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.