资源简介
jdk1.6.0_30绿色版上(32位)part2
代码片段和文件信息
/*
* %W% %E%
*
* Copyright (c) 2006 Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms with or without
* modification are permitted provided that the following conditions are met:
*
* -Redistribution of source code must retain the above copyright notice this
* list of conditions and the following disclaimer.
*
* -Redistribution in binary form must reproduce the above copyright notice
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* Neither the name of Oracle or the names of contributors may
* be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* This software is provided “AS IS“ without a warranty of any kind. ALL
* EXPRESS OR IMPLIED CONDITIONS REPRESENTATIONS AND WARRANTIES INCLUDING
* ANY IMPLIED WARRANTY OF MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE
* OR NON-INFRINGEMENT ARE HEREBY EXCLUDED. SUN MICROSYSTEMS INC. (“SUN“)
* AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE
* AS A RESULT OF USING MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
* DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST
* REVENUE PROFIT OR DATA OR FOR DIRECT INDIRECT SPECIAL CONSEQUENTIAL
* INCIDENTAL OR PUNITIVE DAMAGES HOWEVER CAUSED AND REGARDLESS OF THE THEORY
* OF LIABILITY ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE
* EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
*
* You acknowledge that this software is not designed licensed or intended
* for use in the design construction operation or maintenance of any
* nuclear facility.
*/
import java.util.Set;
import java.util.EnumSet;
import javax.annotation.processing.*;
import javax.lang.model.SourceVersion;
import javax.lang.model.element.*;
import javax.lang.model.type.*;
import javax.lang.model.util.*;
import static javax.lang.model.SourceVersion.*;
import static javax.lang.model.element.Modifier.*;
import static javax.lang.model.element.ElementKind.*;
import static javax.lang.model.type.TypeKind.*;
import static javax.lang.model.util.ElementFilter.*;
import static javax.tools.Diagnostic.Kind.*;
/**
* A sample processor to check naming conventions are being followed.
*
* How to run this processor from the command line
*
* - Compile this file; for example
* {@code javac -d procdir CheckNamesProcessor.java}
* - Use {@code javac} to run the annotation processor on itself:
* {@code javac -processorpath procdir -processor CheckNamesProcessor -proc:only CheckNamesProcessor.java}
*
*
* Another way to run this processor from the command line
*
* - Compile the processor as before
*
* - Create a UTF-8 encoded text file named {@code
* javax.annotation.processing.Processor} in the {@code
* meta-INF/ser
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 591133 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-autoupdate-services.jar
文件 835476 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-autoupdate-ui.jar
文件 2540 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-core-kit.jar
文件 58900 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-editor-mimelookup-impl.jar
文件 24264 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-editor-mimelookup.jar
文件 163773 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-favorites.jar
文件 159426 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-javahelp.jar
文件 59261 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-keyring-impl.jar
文件 7220 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-keyring.jar
文件 298198 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-masterfs.jar
文件 370399 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-options-api.jar
文件 268883 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-options-keymap.jar
文件 234322 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-print.jar
文件 118305 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-progress-ui.jar
文件 41879 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-queries.jar
文件 63985 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-sendopts.jar
文件 227524 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-settings.jar
文件 46928 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-modules-spi-actions.jar
文件 130232 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-spi-quicksearch.jar
文件 193005 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-swing-outline.jar
文件 205724 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-swing-plaf.jar
文件 835984 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-netbeans-swing-tabcontrol.jar
文件 177904 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-openide-actions.jar
文件 474130 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-openide-awt.jar
文件 72642 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-openide-compat.jar
文件 186420 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-openide-dialogs.jar
文件 29877 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-openide-execution.jar
文件 1478140 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-openide-explorer.jar
文件 39481 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-openide-io.jar
文件 1138236 2013-07-11 11:33 jdk1.6.0_30\lib\visualvm\platform\modules\org-openide-loaders.jar
............此处省略964个文件信息
- 上一篇:axure控件库,可支持最新的7.0
- 下一篇:IC卡破解软件.rar
相关资源
- jdk1.6.0_31_64位 for windows 免安装
- jdk1.6 64位免安装纯绿色
- jdk1.6 源码包括sun公司实现的代码
- JBoss-4.2.3.GA-jdk6.zip
- jdk1.6.0_26_x64
- jdk-jdk1.6.0.24-windows-i586.exe
- jdk1.6 mac
- jdk6-x64 jdk1.6.0_10 64位安装包
- jdk1.6window64位稳定版本
- JDK1.6纯绿色版本,无需安装,直接解
- jdk6\\jdk7_linux_64
- jdk1.6 64位 官方 绿色版
- IBMJDK1.6linux.zip
- jdk1.6.0_45jdk-6u45-windows-x64
- 32位jdk精简版 从原来的360多M简化为现
- jdk1.6.0_43_x64
- JDK1.6 Mac 官方正式版
- 三个版本jdk
- Windows操作系统 hansky butterfly从32位jd
- Eclipse32位4.3.2开普勒版eclipse-jee-keple
- jdk-7-windows-x64
- JDK6.0API官方中文版
- Eclipse64位4.4.1月亮版eclipse-jee-luna-SR1
- JDK6.0的JCE补丁包
评论
共有 条评论