• 大小: 23.86MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-21
  • 语言: 其他
  • 标签: JDK1.6  JDK6  32位JDK  

资源简介

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


 * 

     * 
  1.  Compile this file; for example

     *      {@code javac -d procdir CheckNamesProcessor.java}
     * 
  2.  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


 * 

     * 
  1.  Compile the processor as before
     *
     * 
  2.  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个文件信息

评论

共有 条评论