⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.html

📁 jxta的api库
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<A NAME="getResourceAsStream(java.lang.String)"><!-- --></A><H3>getResourceAsStream</H3><PRE>public java.io.InputStream <B>getResourceAsStream</B>(java.lang.String&nbsp;resource)</PRE><DL><DD>Gets the resourceAsStream attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>resource</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The resourceAsStream value</DL></DD></DL><HR><A NAME="getResourceAsStream(java.lang.String, java.lang.Class)"><!-- --></A><H3>getResourceAsStream</H3><PRE>public java.io.InputStream <B>getResourceAsStream</B>(java.lang.String&nbsp;resource,                                               java.lang.Class&nbsp;clazz)</PRE><DL><DD>Gets the resourceAsStream attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>resource</CODE> - Description of the Parameter<DD><CODE>clazz</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The resourceAsStream value</DL></DD></DL><HR><A NAME="get(java.lang.String)"><!-- --></A><H3>get</H3><PRE>public java.lang.String <B>get</B>(java.lang.String&nbsp;key)</PRE><DL><DD>Description of the Method<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>Description of the Return Value</DL></DD></DL><HR><A NAME="get(java.lang.String, java.lang.String)"><!-- --></A><H3>get</H3><PRE>public java.lang.String <B>get</B>(java.lang.String&nbsp;key,                            java.lang.String&nbsp;d)</PRE><DL><DD>Description of the Method<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>Description of the Return Value</DL></DD></DL><HR><A NAME="getInt(java.lang.String)"><!-- --></A><H3>getInt</H3><PRE>public int <B>getInt</B>(java.lang.String&nbsp;key)           throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the int attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The int value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getInt(java.lang.String, int)"><!-- --></A><H3>getInt</H3><PRE>public int <B>getInt</B>(java.lang.String&nbsp;key,                  int&nbsp;d)</PRE><DL><DD>Gets the int attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The int value</DL></DD></DL><HR><A NAME="getInt(java.lang.String, java.lang.Integer)"><!-- --></A><H3>getInt</H3><PRE>public int <B>getInt</B>(java.lang.String&nbsp;key,                  java.lang.Integer&nbsp;d)           throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the int attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The int value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getLong(java.lang.String)"><!-- --></A><H3>getLong</H3><PRE>public long <B>getLong</B>(java.lang.String&nbsp;key)             throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the long attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The long value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getLong(java.lang.String, long)"><!-- --></A><H3>getLong</H3><PRE>public long <B>getLong</B>(java.lang.String&nbsp;key,                    long&nbsp;d)</PRE><DL><DD>Gets the long attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The int value</DL></DD></DL><HR><A NAME="getLong(java.lang.String, java.lang.Long)"><!-- --></A><H3>getLong</H3><PRE>public long <B>getLong</B>(java.lang.String&nbsp;key,                    java.lang.Long&nbsp;d)             throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the long attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The long value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getFloat(java.lang.String)"><!-- --></A><H3>getFloat</H3><PRE>public float <B>getFloat</B>(java.lang.String&nbsp;key)               throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the float attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The float value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getFloat(java.lang.String, java.lang.Float)"><!-- --></A><H3>getFloat</H3><PRE>public float <B>getFloat</B>(java.lang.String&nbsp;key,                      java.lang.Float&nbsp;d)               throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the float attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The float value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getBoolean(java.lang.String)"><!-- --></A><H3>getBoolean</H3><PRE>public boolean <B>getBoolean</B>(java.lang.String&nbsp;key)</PRE><DL><DD>Gets the boolean attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The boolean value</DL></DD></DL><HR><A NAME="getBoolean(java.lang.String, boolean)"><!-- --></A><H3>getBoolean</H3><PRE>public boolean <B>getBoolean</B>(java.lang.String&nbsp;key,                          boolean&nbsp;d)</PRE><DL><DD>Gets the boolean attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The boolean value</DL></DD></DL><HR><A NAME="getBoolean(java.lang.String, java.lang.Boolean)"><!-- --></A><H3>getBoolean</H3><PRE>public boolean <B>getBoolean</B>(java.lang.String&nbsp;key,                          java.lang.Boolean&nbsp;d)</PRE><DL><DD>Gets the boolean attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The boolean value</DL></DD></DL><HR><A NAME="getChar(java.lang.String)"><!-- --></A><H3>getChar</H3><PRE>public char <B>getChar</B>(java.lang.String&nbsp;key)             throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the char attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The char value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getChar(java.lang.String, java.lang.Character)"><!-- --></A><H3>getChar</H3><PRE>public char <B>getChar</B>(java.lang.String&nbsp;key,                    java.lang.Character&nbsp;d)             throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the char attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The char value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getURL(java.lang.String)"><!-- --></A><H3>getURL</H3><PRE>public java.net.URL <B>getURL</B>(java.lang.String&nbsp;key)                    throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the URL attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The URL value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getURL(java.lang.String, java.net.URL)"><!-- --></A><H3>getURL</H3><PRE>public java.net.URL <B>getURL</B>(java.lang.String&nbsp;key,                           java.net.URL&nbsp;d)                    throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the URL attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The URL value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getURLs(java.lang.String)"><!-- --></A><H3>getURLs</H3><PRE>public java.util.List <B>getURLs</B>(java.lang.String&nbsp;key)                       throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the URLs attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The URLs value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR><A NAME="getURLs(java.lang.String, java.net.URL)"><!-- --></A><H3>getURLs</H3><PRE>public java.util.List <B>getURLs</B>(java.lang.String&nbsp;key,                              java.net.URL&nbsp;d)                       throws <A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></PRE><DL><DD>Gets the URLs attribute of the Resource object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - Description of the Parameter<DD><CODE>d</CODE> - Description of the Parameter<DT><B>Returns:</B><DD>The URLs value<DT><B>Throws:</B><DD><CODE><A HREF="../../../../net/jxta/ext/config/ConversionException.html" title="class in net.jxta.ext.config">ConversionException</A></CODE> - Description of the Exception</DL></DD></DL><HR>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -