Functions | |
def | author_name |
def | camel_case |
def | distro_version |
Methods. | |
def | mkdir_p |
def | read_template_file |
Borrowed from catkin_pkg.package_templates. | |
def | validate_path |
def | which |
def rosjava_build_tools.utils.camel_case | ( | word | ) |
def rosjava_build_tools.utils.mkdir_p | ( | path | ) |
def rosjava_build_tools.utils.read_template_file | ( | template_directory, | |
filename | |||
) |
def rosjava_build_tools.utils.validate_path | ( | path | ) |
Validates that there isn't a gradle project in the specified path. We use this when creating an android repo/package. @param path : path where you wish to create the repository/package. @type str @raise RuntimeError @return path : validated (exists) absolute pathname
def rosjava_build_tools.utils.which | ( | program | ) |