> +
> +import java.util.regex.Matcher;
> +import java.util.regex.Pattern;
> +
> +/**
> + * The operating system of an image.
> + * <p>
> + * This class parses the <code>name</code> string (e.g. ""Ubuntu 12.10 
> x64"") of
> + * the images and properly sets each field to the right value.
> + * 
> + * @author Sergi Castro
> + * @author Ignasi Barrera
> + */
> +public class OperatingSystem {
> +
> +   // Parse something like "Ubuntu 12.10 x64"

Thanks for the comment! ;-)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/49/files#r9165714

Reply via email to