Creates a new Host RecordBuilder
()
| 182 | |
| 183 | /** Creates a new Host RecordBuilder */ |
| 184 | public static org.apache.nutch.storage.Host.Builder newBuilder() { |
| 185 | return new org.apache.nutch.storage.Host.Builder(); |
| 186 | } |
| 187 | |
| 188 | /** Creates a new Host RecordBuilder by copying an existing Builder */ |
| 189 | public static org.apache.nutch.storage.Host.Builder newBuilder(org.apache.nutch.storage.Host.Builder other) { |
no outgoing calls
no test coverage detected