196197198199200201202
private LocalResourcePBImpl convertFromProtoFormat(LocalResourceProto rsrc) { return new LocalResourcePBImpl(rsrc); } private URLPBImpl convertFromProtoFormat(URLProto p) { return new URLPBImpl(p); }
7273747576777879
return destinationDirectory; } if (!p.hasDestinationDirectory()) { return null; } destinationDirectory = new URLPBImpl(p.getDestinationDirectory()); return destinationDirectory; }