<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 遲來的兵 閱讀(561) 評論(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 © 遲來的兵

    主站蜘蛛池模板: 亚洲乱码国产乱码精品精| 国产在线观看免费视频播放器| 亚洲精品无码午夜福利中文字幕| 免费在线观看自拍性爱视频| 国产精品高清全国免费观看| 亚洲av无码专区国产不乱码| 免费看美女被靠到爽的视频| 亚洲国产精品99久久久久久 | 自拍偷自拍亚洲精品偷一| 在人线av无码免费高潮喷水| 亚洲卡一卡二卡乱码新区| 成年轻人网站色免费看| 亚洲精品无码不卡在线播放| 免费高清在线影片一区| 黄色网址大全免费| 国产亚洲成人在线播放va| 男人都懂www深夜免费网站| 亚洲精品自在线拍| 毛片a级三毛片免费播放| 国产精品亚洲va在线观看| 亚洲第一黄片大全| 久久国产精品免费网站| 亚洲欧洲日本精品| 日本高清免费不卡在线| 国产精品免费在线播放| 亚洲色图综合网站| 国产成人精品高清免费| a毛片在线还看免费网站| 亚洲国产视频网站| 免费播放春色aⅴ视频| 国产午夜免费高清久久影院| 亚洲国产人成在线观看| 四虎国产精品免费久久影院| a级毛片免费完整视频| 亚洲国产成a人v在线| 亚洲精品成人久久久| 222www在线观看免费| 老司机午夜免费视频| 亚洲欧洲春色校园另类小说| 啊v在线免费观看| 99re6在线精品视频免费播放|