Uses of Class
edu.harvard.hul.ois.jhove.Agent.Builder
-
Packages that use Agent.Builder Package Description edu.harvard.hul.ois.jhove Contains the classes needed for building a JHOVE application. -
-
Uses of Agent.Builder in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return Agent.Builder Modifier and Type Method Description Agent.BuilderAgent.Builder. address(String address)Sets the value of the address property.Agent.BuilderAgent.Builder. email(String email)Sets the value of the email property.Agent.BuilderAgent.Builder. fax(String fax)Sets the value of the fax property.Agent.BuilderAgent.Builder. name(String name)Sets the value of the name property.Agent.BuilderAgent.Builder. note(String note)Sets the value of the note property.Agent.BuilderAgent.Builder. telephone(String telephone)Sets the value of the telephone property.Agent.BuilderAgent.Builder. web(String web)Sets the value of the web property.
-