|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
java.lang.Object | +--java.util.jar.Manifest
Manifest Ŭ·¡½º´Â Manifest ÀÇ ¿£Æ®¸®¸í°ú °Å±â¿¡ °ü·ÃÇÑ Attributes ¸¦ °ü¸®Çϱâ À§Çؼ »ç¿ëÇÕ´Ï´Ù. ¿£Æ®¸®¸¶´ÙÀÇ Attributes ¿Ü¿¡, ¸ÞÀÎÀÌ µÇ´Â Manifest Attributes °¡ ÀÖ½À´Ï´Ù. Manifest Çü½Ä¿¡ ´ëÇØ¼´Â ÀÌÇϸ¦ ÂüÁ¶ÇØ ÁÖ¼¼¿ä. ¡¸¸¶´ÏÆä½ºÆ® Æ÷¸Ë¡¹
Attributes
»ý¼ºÀÚÀÇ °³¿ä | |
Manifest ()
»õ·Î¿î ÇÏ´ÃÀÇ Manifest ¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
|
Manifest (InputStream is)
ÁöÁ¤µÈ ÀÔ·Â ½ºÆ®¸²À¸·ÎºÎÅÍ »õ·Î¿î Manifest ¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
|
Manifest (Manifest man)
ÁöÁ¤µÈ Manifest ÀÇ Ä«ÇÇÀÎ »õ·Î¿î Manifest ¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
¸Þ¼ÒµåÀÇ °³¿ä | |
void |
clear ()
ÀÌ Manifest ÀÇ ¸ÞÀÎÀÌ µÇ´Â Attributes ¿Í ¿£Æ®¸®¸¦ Ŭ¸®¾î ÇÕ´Ï´Ù. |
Object |
clone ()
ÀÌ Manifest ÀÇ »þ·ÎÄÚÇǸ¦ µ¹·ÁÁÝ´Ï´Ù. |
boolean |
equals (Object o)
ÁöÁ¤µÈ Object °¡ Manifest À̱⵵ ÇØ, ±× ¸ÞÀÎÀÌ µÇ´Â Attributes ¹× ¿£Æ®¸®°¡ µ¿ÀÏÇÑ °æ¿ì¿¡ true ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
Attributes |
getAttributes (String name)
ÁöÁ¤µÈ ¿£Æ®¸®¸íÀÇ Attributes ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
Map |
getEntries ()
ÀÌ Manifest ¿¡ ÀúÀåµÇ°í ÀÖ´Â ¿£Æ®¸®ÀÇ Map ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
Attributes |
getMainAttributes ()
Manifest ÀÇ ¸ÞÀÎÀÌ µÇ´Â Attributes ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
int |
hashCode ()
ÀÌ Manifest ÀÇ ÇØ½Ã Äڵ带 µ¹·ÁÁÝ´Ï´Ù. |
void |
read (InputStream is)
ÁöÁ¤µÈ InputStream ·ÎºÎÅÍ Manifest ¸¦ Àоî³À´Ï´Ù. |
void |
write (OutputStream out)
ÁöÁ¤µÈ OutputStream ¿¡ Manifest ¸¦ ±âÀÔÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
finalize , getClass , notify , notifyAll , toString , wait , wait , wait |
»ý¼ºÀÚÀÇ »ó¼¼ |
public Manifest()
public Manifest(InputStream is) throws IOException
is
- ¸¶´ÏÆä½ºÆ® µ¥ÀÌÅ͸¦ Æ÷ÇÔÇÑ ÀÔ·Â ½ºÆ®¸²
IOException
- ÀÔÃâ·Â ¿¡·¯°¡ ¹ß»ýÇßÀ» °æ¿ìpublic Manifest(Manifest man)
man
- Ä«ÇÇ ´ë»óÀÇ Manifest¸Þ¼ÒµåÀÇ »ó¼¼ |
public Attributes getMainAttributes()
public Map getEntries()
public Attributes getAttributes(String name)
return (Attributes) getEntries(). get(name)
name
- ¿£Æ®¸®¸í
public void clear()
public void write(OutputStream out) throws IOException
out
- Ãâ·Â ½ºÆ®¸²
IOException
- ÀÔÃâ·Â ¿¡·¯°¡ ¹ß»ýÇßÀ» °æ¿ìgetMainAttributes()
public void read(InputStream is) throws IOException
is
- ÀÔ·Â ½ºÆ®¸²
IOException
- ÀÔÃâ·Â ¿¡·¯°¡ ¹ß»ýÇßÀ» °æ¿ìpublic boolean equals(Object o)
Object
³»ÀÇ equals
o
- ºñ±³ ´ë»óÀÇ ¿ÀºêÁ§Æ®
Object.hashCode()
,
Hashtable
public int hashCode()
Object
³»ÀÇ hashCode
Object.equals(java.lang.Object)
,
Hashtable
public Object clone()
public Object clone() { return new Manifest(this); }
Object
³»ÀÇ clone
Cloneable
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ ÀÖ¾î¼ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.