JavaTM Platform
Standard Ed. 6

클래스
java.util.jar.Attributes.Name 의 사용

Attributes.Name 를 사용하고 있는 패키지
java.util.jar JAR (Java ARchive) 파일 형식의 read와 기입에 사용하는 클래스를 제공합니다.  
 

java.util.jar 에서의 Attributes.Name 의 사용
 

Attributes.Name 로서 선언되고 있는 java.util.jar 의 필드
static Attributes.Name Attributes.Name. CLASS_PATH
          Class-Path Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. CONTENT_TYPE
          Content-Type Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. EXTENSION_INSTALLATION
          인스톨형 확장 기능으로 의존의 선언에 사용되는 Extension-Name Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. EXTENSION_LIST
          인스톨형 확장 기능으로 의존의 선언에 사용되는 Extension-List Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. EXTENSION_NAME
          인스톨형 확장 기능으로 의존의 선언에 사용되는 Extension-Name Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. IMPLEMENTATION_TITLE
          패키지 버젼 관리에 사용되는 Implementation-Title Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. IMPLEMENTATION_URL
          패키지 버젼 관리에 사용되는 Implementation-Vendor-URL Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. IMPLEMENTATION_VENDOR
          패키지 버젼 관리에 사용되는 Implementation-Vendor Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. IMPLEMENTATION_VENDOR_ID
          패키지 버젼 관리에 사용되는 Implementation-Vendor-Id Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. IMPLEMENTATION_VERSION
          패키지 버젼 관리에 사용되는 Implementation-Version Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. MAIN_CLASS
          JAR 파일에 패키지 된 어플리케이션을 기동하는데 사용하는,Main-Class Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. MANIFEST_VERSION
          Manifest-Version Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. SEALED
          실링에 사용되는 Sealed Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. SIGNATURE_VERSION
          JAR 파일에 서명할 경우에 사용하는,Signature-Version Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. SPECIFICATION_TITLE
          패키지 버젼 관리에 사용되는 Specification-Title Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. SPECIFICATION_VENDOR
          패키지 버젼 관리에 사용되는 Specification-Vendor Manifest 속성의 Name 객체입니다.
static Attributes.Name Attributes.Name. SPECIFICATION_VERSION
          패키지 버젼 관리에 사용되는 Specification-Version Manifest 속성의 Name 객체입니다.
 

Attributes.Name 형의 파라미터를 가지는 java.util.jar 의 메소드
 String Attributes. getValue (Attributes.Name  name)
          지정된 Attributes.Name 의 값을 돌려줍니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.