Description: This is the adapter mode, use the Java language. Mainly used in the adapter mode, when the interface in the definition of the method can not satisfy customer demand, or the definition of interfaces in the name of the method or methods of interface with customers in conflict situations.
To Search:
File list (Check if you may need any files):
Adapter
.......\.classpath
.......\.project
.......\bin
.......\...\demo1
.......\...\.....\Client.class
.......\...\.....\com
.......\...\.....\...\DatabaseLog.class
.......\...\.....\...\FileLog.class
.......\...\.....\...\ILog.class
.......\...\.....\...\LogAnalysis.class
.......\...\demo2
.......\...\.....\Client.class
.......\...\.....\com
.......\...\.....\...\HttpLog.class
.......\...\.....\...\INetLog.class
.......\...\.....\...\SocketLog.class
.......\...\.....\MyHttpLog.class
.......\...\.....\MySocketLog.class
.......\...\demo3
.......\...\.....\Client.class
.......\...\.....\LogAdapter.class
.......\src
.......\...\demo1
.......\...\.....\Client.java
.......\...\.....\com
.......\...\.....\...\DatabaseLog.java
.......\...\.....\...\FileLog.java
.......\...\.....\...\ILog.java
.......\...\.....\...\LogAnalysis.java
.......\...\demo2
.......\...\.....\Client.java
.......\...\.....\com
.......\...\.....\...\HttpLog.java
.......\...\.....\...\INetLog.java
.......\...\.....\...\SocketLog.java
.......\...\.....\MyHttpLog.java
.......\...\.....\MySocketLog.java
.......\...\demo3
.......\...\.....\Client.java
.......\...\.....\LogAdapter.java