<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    EclEmma源代碼研究積累

    Posted on 2008-04-10 17:12 遲來的兵 閱讀(557) 評論(0)  編輯  收藏 所屬分類: Eclipse plug-in開發
    1. interface來定義系統對外提供的服務,有抽象類來做擴展。盡量用interface作為參數類型。

    2. ThreadLocal類,定義了一個變量的本地副本,與原有變量隔離,作用類似static變量,只是不共享。可用set添加變量,get去獲取變量。變量類型不限制。

    3. Eclipse plug in開發中可以實現IRuntimeClasspathProvider接口。可以提供用launch configuration去獲得unresolvedresolved classpath。開發人員可以在resolveClasspath方法中加入自定義的classpath。實現類需要注冊在extension point中。

          /**

           *Computesandreturnsanunresolvedclasspathforthegivenlaunchconfiguration.

           *Variableandcontainerentriesarenotresolved.

           *

           *@paramconfigurationlaunchconfiguration

           *@returnunresolvedpath

           *@exceptionCoreExceptionifunabletocomputeapath

           */

          public IRuntimeClasspathEntry[] computeUnresolvedClasspath(ILaunchConfiguration configuration) throws CoreException;

         

          /**

           *Returnstheresolvedpathcorrespondingtothegivenpath,inthecontextofthe

           *givenlaunchconfiguration.Variableandcontainerentriesareresolved.Thereturned

           *(resolved)pathneednothavethesamenumberofentriesasthegiven(unresolved)

           *path.

           *

           *@paramentriesentriestoresolve

           *@paramconfigurationlaunchconfigurationcontexttoresolvein

           *@returnresolvedpath

           *@exceptionCoreExceptionifunabletoresolveapath

           */

          public IRuntimeClasspathEntry[] resolveClasspath(IRuntimeClasspathEntry[] entries, ILaunchConfiguration configuration) throws CoreException;

    A provider extension is defined in plugin.xml. Following is an example definition of a runtime classpath provider extension.

     <extension point="org.eclipse.jdt.launching.classpathProviders">
       <classpathProvider 
          id="com.example.ExampleClasspathProvider"
          class="com.example.ExampleClasspathProviderImpl"
       </classpathProvider>
     </extension>

    4. plug in 開發中可以用JavaRuntime 去得到運行環境的信息。        
    IRuntimeClasspathProvider provider = JavaRuntime
    .getClasspathProvider(configuration);

    其中configurationILaunchConfiguration類型的。

    4. Eclipse plug in開發中獲取文件。兩種解決辦法:1.plug in實例中讀取文件的URL,然后用FileLocator把這個URL轉化成文件路徑;2.直接利用FileLocatorfind方法。

    方法1

                //filepath 是需要定位的文件

                String filepath = "/bin/resources/test.jar";

                //instance 是當前plug in的實例

                URL url = instance.getBundle().getEntry(filepath);

                String path = null;

                try {

                      path = FileLocator.resolve(url).getPath();

                } catch (IOException e) {

                      // TODO Auto-generated catch block

                      e.printStackTrace();

                }

                returnnew Path(path);

          }

    方法2

                String filepath = "/bin/resources/test.jar";

                URL url = FileLocator.find(instance.getBundle(),new Path(filepath),null);

                try {

                      path = FileLocator.resolve(url).getPath();

                } catch (IOException e) {

                      // TODO Auto-generated catch block

                      e.printStackTrace();

                }

    5. 可以利用JarOutputStream來寫jar包。必須為JarOutputStream 實例創建至少一個Entry,可以調用putNextEntry方法。

                Manifest mf = new Manifest();

                JarOutputStream jar = new JarOutputStream(new FileOutputStream("MainTest.jar")mf);

                Properties properties = new Properties();

                jar.putNextEntry(new ZipEntry("MainTest.property"));

                properties.store(jar, "this is a test");

                jar.close();

    6. 得到IJavaModle

          IJavaModel model = JavaCore.create(ResourcesPlugin.getWorkspace()

                                  .getRoot());

          IJavaProject[] projects = model.getJavaProjects();

          IPackageFragmentRoot[] roots = projects[i]                                          .getPackageFragmentRoots();

     然后可以依次得到對應elements


    只有注冊用戶登錄后才能發表評論。


    網站導航:
     

    posts - 6, comments - 8, trackbacks - 0, articles - 1

    Copyright © 遲來的兵

    主站蜘蛛池模板: 亚洲人成无码网站| 嫩草影院在线播放www免费观看| 综合偷自拍亚洲乱中文字幕| 国产精品免费看久久久香蕉| 最近中文字幕大全中文字幕免费| 巨胸喷奶水视频www网免费| 一区二区三区亚洲视频| 亚洲最新永久在线观看| 色网站在线免费观看| 永久黄色免费网站| 亚洲精品NV久久久久久久久久| 亚洲精品福利在线观看| 四虎永久在线精品免费一区二区| 在线观看免费视频资源| 又粗又大又硬又爽的免费视频| 亚洲福利视频网址| xxxxxx日本处大片免费看| 在线观看H网址免费入口| 伊人久久大香线蕉亚洲 | 亚洲av一本岛在线播放| 国产免费高清69式视频在线观看| 国产香蕉九九久久精品免费| 亚洲av综合色区| 免费看黄网站在线看| 免费一本色道久久一区| 久久精品国产精品亚洲蜜月| 四虎精品免费永久免费视频| 黄a大片av永久免费| 亚洲成a人片在线观看中文app| 国产免费一区二区三区不卡| 免费看国产曰批40分钟| 亚洲中文字幕乱码熟女在线| 在线永久看片免费的视频| 久久亚洲AV成人无码国产| 成人网站免费大全日韩国产| 免费人成无码大片在线观看| 亚洲hairy多毛pics大全| 免费无码精品黄AV电影| 亚洲精品456在线播放| 最近在线2018视频免费观看| 中文字幕亚洲精品|