📄 commonobject.html
字号:
throws <A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></PRE>
<DL>
<DD>将一个配置写入系统配置信息
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parameter</CODE> - <DD><CODE>value</CODE> - <DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getConfigInfo(java.lang.String)"><!-- --></A><H3>
getConfigInfo</H3>
<PRE>
public java.lang.String <B>getConfigInfo</B>(java.lang.String parameter) throws <A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></PRE>
<DL>
<DD>取得一个配置信息
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parameter</CODE> - <DT><B>Returns:</B><DD>String<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setReptileCache(java.util.ArrayList)"><!-- --></A><H3>
setReptileCache</H3>
<PRE>
public void <B>setReptileCache</B>(java.util.ArrayList reptilecache) throws <A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></PRE>
<DL>
<DD>将系统缓存放到对象池中
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>reptilecache</CODE> - <DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getReptileCache()"><!-- --></A><H3>
getReptileCache</H3>
<PRE>
public java.util.ArrayList <B>getReptileCache</B>() throws <A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></PRE>
<DL>
<DD>取得缓存
<P>
<DD><DL>
<DT><B>Returns:</B><DD>ArrayList<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setReptileTempCache(java.util.ArrayList)"><!-- --></A><H3>
setReptileTempCache</H3>
<PRE>
public void <B>setReptileTempCache</B>(java.util.ArrayList tmepcache) throws <A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></PRE>
<DL>
<DD>将系统临时缓存放到对象池中
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>tmepcache</CODE> - <DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getReptileTempCache()"><!-- --></A><H3>
getReptileTempCache</H3>
<PRE>
public java.util.ArrayList <B>getReptileTempCache</B>() throws <A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></PRE>
<DL>
<DD>取得临时缓存
<P>
<DD><DL>
<DT><B>Returns:</B><DD>ArrayList<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setReptileThread(com.snoics.reptile.thread.ReptileThread)"><!-- --></A><H3>
setReptileThread</H3>
<PRE>
public void <B>setReptileThread</B>(<A HREF="../../../../../com/snoics/reptile/thread/ReptileThread.html" title="class in com.snoics.reptile.thread">ReptileThread</A> reptileThread) throws <A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></PRE>
<DL>
<DD>设置抓取线程对象
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>reptileThread</CODE> - <DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getReptileThread()"><!-- --></A><H3>
getReptileThread</H3>
<PRE>
public <A HREF="../../../../../com/snoics/reptile/thread/ReptileThread.html" title="class in com.snoics.reptile.thread">ReptileThread</A> <B>getReptileThread</B>() throws <A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></PRE>
<DL>
<DD>获取抓取线程对象
<P>
<DD><DL>
<DT><B>Returns:</B><DD>ReptileThread<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="destorySystemObject()"><!-- --></A><H3>
destorySystemObject</H3>
<PRE>
public void <B>destorySystemObject</B>()</PRE>
<DL>
<DD>摧毁对象池中的对象
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="destoryReptileThread()"><!-- --></A><H3>
destoryReptileThread</H3>
<PRE>
public void <B>destoryReptileThread</B>()</PRE>
<DL>
<DD>摧毁线程
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="clearSystem()"><!-- --></A><H3>
clearSystem</H3>
<PRE>
public void <B>clearSystem</B>()</PRE>
<DL>
<DD>彻底清除系统中的对象,停止线程执行
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CommonObject.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/snoics/reptile/system/common/Common.html" title="class in com.snoics.reptile.system.common"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="CommonObject.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -